Bug 102992

Summary: kvirc compiled with wrong libstdc++
Product: [openSUSE] SUSE LINUX 10.0 Reporter: Andreas Schneider <asn>
Component: KDEAssignee: E-mail List <kde-maintainers>
Status: RESOLVED WONTFIX QA Contact: E-mail List <qa-bugs>
Severity: Normal    
Priority: P5 - None    
Version: Beta 1   
Target Milestone: ---   
Hardware: Other   
OS: All   
Whiteboard:
Found By: Beta-Customer Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description Andreas Schneider 2005-08-09 11:27:06 UTC
kvirc: error while loading shared libraries: libstdc++.so.5: cannot open shared
object file: No such file or directory

Please recompile the RPM.
Comment 1 Dirk Mueller 2005-08-09 11:59:05 UTC
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.  
Comment 2 Andreas Schneider 2005-08-09 12:21:14 UTC
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
Comment 3 Stephan Kulow 2005-08-09 12:49:20 UTC
must be some plugin then? the package only requires one libstdc++ 
Comment 4 Andreas Schneider 2005-08-09 13:09:14 UTC
Resolved, it was an old plugin, thanks.

Just a note:
ldd -d /path/to/file will do the trick