Bug 102992 - kvirc compiled with wrong libstdc++
Summary: kvirc compiled with wrong libstdc++
Status: RESOLVED WONTFIX
Alias: None
Product: SUSE LINUX 10.0
Classification: openSUSE
Component: KDE (show other bugs)
Version: Beta 1
Hardware: Other All
: P5 - None : Normal
Target Milestone: ---
Assignee: E-mail List
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-09 11:27 UTC by Andreas Schneider
Modified: 2005-08-09 13:09 UTC (History)
0 users

See Also:
Found By: Beta-Customer
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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