Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place! |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
02-17-2005, 05:34 PM
|
#1
|
Member
Registered: Feb 2005
Distribution: Ubuntu 8.04
Posts: 100
Rep:
|
RPM problems with libstdc++.so.6
I've got a few different packages that are asking for libstdc++.so.6, but I've found it in a couple of places on my machine. How can I get the rpm to see it?
Cheers,
|
|
|
02-17-2005, 05:38 PM
|
#2
|
Moderator
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067
|
What does rpm think about it in the first place?
rp -qa --dump | grep "libstdc++"
will tell you whether rpm thinks it has one
or not ...
If it does, maybe you're just facing a version
conflict rather than actually missing it. Can you
post an error message from any of the complaining
packages?
Cheers,
Tink
|
|
|
02-17-2005, 06:05 PM
|
#3
|
Member
Registered: Feb 2005
Distribution: Ubuntu 8.04
Posts: 100
Original Poster
Rep:
|
/home/dave/downloads/dependencies/qt-x11-free-3.3.4/bin/qmake: error while loading shared libraries: libstdc++.so.6: cannot open shared object file: No such file or directory
Thats trying to ./configure qt.
error: Failed dependencies:
dclib >= 0.3.4 is needed by valknut-0.3.7.hn-1
libstdc++.so.6(GLIBCXX_3.4) is needed by valknut-0.3.7.hn-1
Thats trying to rpm -i valknut.
error: Failed dependencies:
libstdc++.so.6(GLIBCXX_3.4) is needed by dclib-0.3.7.hn-1
Thats trying to rpm -i dclib
I tried that command, loads of entries come up and libstdc++.so.6 comes up along with lots of others - so probably a version conflict. Any ideas?
Last edited by dangerousdave; 02-17-2005 at 06:08 PM.
|
|
|
02-17-2005, 06:15 PM
|
#4
|
Moderator
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067
|
Well ... I don't know Centos, no idea how good its
rpm repository is ... I'd suggest you go and find
RPMs (that inlcudes Qt) that match your system.
|
|
|
02-17-2005, 06:21 PM
|
#5
|
Member
Registered: Feb 2005
Distribution: Ubuntu 8.04
Posts: 100
Original Poster
Rep:
|
CentOS is literally just a rebuild of latest RedHat enterprise, so I understand.
and qt is from source, so the problems not resricted to rpms.
This is harsh.
|
|
|
02-17-2005, 08:12 PM
|
#6
|
Moderator
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067
|
What is the actual physical location of your libstdc++.so.6?
Try a
locate libstdc++\.so |xargs ls -ld
And yes, rpm DOES suck :}
Cheers,
Tink
|
|
|
All times are GMT -5. The time now is 07:04 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|