Bugzilla – Bug 102992
kvirc compiled with wrong libstdc++
Last modified: 2005-08-09 13:09:14 UTC
kvirc: error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory Please recompile the RPM.
sorry, such things can't happen with the SUSE build system. kvirc is not part of Beta1, so you probably have still the old version installed. Try installing the compat libs. If thats not enough, then wait for the ftp tree.
If it is not a part, why is it on CD3? ./CD3/suse/x86_64/kvirc-3.2.0-6.x86_64.rpm There's something wrong, it is linked against libstdc++.so.6 => /usr/lib64/libstdc++.so.6 (0x00002aaaafe9b000) libstdc++.so.5 => not found
must be some plugin then? the package only requires one libstdc++
Resolved, it was an old plugin, thanks. Just a note: ldd -d /path/to/file will do the trick