LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   glibcxx_3.4.9 NOT FOUND RHEL (https://www.linuxquestions.org/questions/linux-newbie-8/glibcxx_3-4-9-not-found-rhel-925335/)

mccartjd 01-23-2012 04:35 PM

glibcxx_3.4.9 NOT FOUND RHEL
 
After attempting to install a application on my RHEL 5 system the response was libstdc++.so.6 does not contain version glibcxx_3.4.9. I went to http://rpm.pbone.net/ and could not find a rpm libstdc++.so.6 that contains glibcxx_3.4.9. Maybe I'm just looking at it wrong. When I'm at my RHEL 5 system I type rpm -qa|grep glibc I get
glibc-common-2.5-12
glibc-devel-2.5-12
glibc-2.5-12
glibc-devel-2.5-12
glibc-2.5-12
glibc-headers-2.5-12
when I type rpm -qa|grep libstdc++ I get
libstdc++-4.1.1-52.el5
libstdc++-devel-4.1.1-52.el5
libstdc++-4.1.1-52.el5.2
Any idea what I need to download to get glibcxx_3.4.9? We are using RHEL 5.1 2.6.18-8.el5 X86_64
A million thanks Johnny Mac

deep27ak 01-24-2012 12:46 AM

I am not very sure if this is you are looking for

http://rpm.pbone.net/index.php3/stat...86_64.rpm.html

knudfl 01-24-2012 04:01 AM

"glibcxx_3.4.9" : The correct spelling is 'Upper Case' : GLIBCXX_3.4.9,

and it's an object in libstdc++.so.6.0.10
( libstdc++ version 4.3.2 from gcc version 4.3.2.)

Can be a later version too, e.g. libstdc++.so.6.0.13, if it's compiled with old dependencies.


A tested file replacement for the EL5 libstdc++.so.6 , 32 bits
was mentioned here, post # 3
http://www.linuxquestions.org/questi...-5-a-894450/#3

I don't remember, where I got it, may be I can find a 64bits
libstdc++.so.6.0.10 in a couple of days.
( If you are quite sure that your application also is 64bits.)

EDIT : This one should work on any old OS, 64bits ...
http://se.archive.ubuntu.com/ubuntu/...ntu5_amd64.deb
Unpack with : ar -x libstdc++6_4.4.3-4ubuntu5_amd64.deb && tar xvf data.tar.gz
>> >> libstdc++.so.6.0.13 , 64bits : Replace your old symlink libstdc++.so.6
with a link libstdc++.so.6 to libstdc++.so.6.0.13 .

..


All times are GMT -5. The time now is 02:18 AM.