gcc, g++ libstdc ? WHAT!?! Trying to install scribus
Linux - SoftwareThis forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.
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.
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.
gcc, g++ libstdc ? WHAT!?! Trying to install scribus
hi, im running mandrake 10.1 and im trying to install scribus.
i've tried urpmi ing, using control centre and compiling it myself but each time i get unsatisfied depencies of something named libstdc++.so.6
i cant find it anywhere, the same thing happens when i try to install gcc or g++ packages.
i'm new to linux so i'm sorry if i dont make much sense, i'd really appreciate some help cos its driving me nuts!
if firefox is what you want to install there are a couple of threads around here about not being able to install firefox ( the one from mozilla.org ) due to 10.1 shipping with libstdc++.so.6 and firefox needing libstdc++.so.5 ( this is due to 10.1 shipping with gcc 3.4 and firefox being built with a gcc 3.2 or 3.3).
One way around this ( this is just a quick and dirty workaround really ) is go and download the firefox binary from mozilla.org. next, google for a libstdc++.so.5 rpm (don't install it). install firefox ( make note of where the firefox-installer directory is going). then, open up the libstdc++ rpm and copy the libstdc++.so.5.0.6 ( the 6 on the end may be a little different) into the firefox-installer folder. and lastly, make a symlink to it ( ln -s <path to firefox-installer>/libstdc++.so.5.0.6 <path to firefox-installer>/libstdc++.so.5).
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.