LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Fedora (https://www.linuxquestions.org/questions/fedora-35/)
-   -   Obsolete version required... (https://www.linuxquestions.org/questions/fedora-35/obsolete-version-required-337054/)

andrei_t 06-25-2005 11:07 AM

Obsolete version required...
 
Something very weird is happening. I just installed FC4. I have libstdc++.so.6 installed, and when I try to run the firefox installer it says libstdc++.so.5 not found. I believe that it is an older version... Should I downgrade, or there is a better solution?

liquidtenmilion 06-25-2005 11:15 AM

Fedora core comes with firefox in a default installation in 4.

if you don't have it just a "yum install firefox" will get it(or maybe it is yum install mozilla-firefox)

andrei_t 06-25-2005 11:18 AM

Tried with yum it says it dosen't find anything.

Yes, firefox comes installed by default, but I want to update it.

liquidtenmilion 06-25-2005 11:26 AM

type in as root

updatedb

locate libstdc++.so.6


then post the output of that.

andrei_t 06-25-2005 11:37 AM

There:


[root@localhost dre]# updatedb
[root@localhost dre]# locate libstdc++.so.6
/usr/lib/libstdc++.so.6
/usr/lib/libstdc++.so.6.0.4

liquidtenmilion 06-25-2005 11:40 AM

ok. now type as root

ln -s /usr/lib/libstdc++.so.6 /usr/lib/libstdc++.so.5

then type ldconfig and then try to install firefox

andrei_t 06-25-2005 11:47 AM

ldconfig says command not found.

I tried the installer again.
This is what I got before: ./firefox-installer-bin: /usr/lib/libstdc++.so.5: version `GLIBCPP_3.2' not found (required by ./firefox-installer-bin)
This is what I get now: ./firefox-installer-bin: /usr/lib/libstdc++.so.5: version `CXXABI_1.2' not found (required by ./firefox-installer-bin)

reddazz 06-25-2005 11:53 AM

You need to install compat-libstdc++-33.

andrei_t 06-25-2005 11:57 AM

Thanks! It works!!:D

magicforest 07-07-2005 02:19 AM

Hi, i've the same problem with my mdk...
I can't find any rpm with compat-libstdc++-33
Where did you find it ?

reddazz 07-08-2005 05:19 AM

Quote:

Originally posted by magicforest
Hi, i've the same problem with my mdk...
I can't find any rpm with compat-libstdc++-33
Where did you find it ?

On Mandrake, try installing the libstdc++ packages.


All times are GMT -5. The time now is 06:32 PM.