LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.9' not found (required by ./example1) (https://www.linuxquestions.org/questions/linux-newbie-8/usr-lib-libstdc-so-6-version-%60glibcxx_3-4-9-not-found-required-by-example1-604625/)

Fnatte 06-23-2009 03:40 PM

Quote:

Originally Posted by hartings (Post 3583708)
Hi,

I run CentOS 5.3 (RHEL5.3) which has package libstdc++-4.1.2-44.el5.i386.rpm installed which provides:

libstdc++
libstdc++.so.6
libstdc++.so.6(CXXABI_1.3)
libstdc++.so.6(CXXABI_1.3.1)
libstdc++.so.6(GLIBCXX_3.4)
libstdc++.so.6(GLIBCXX_3.4.1)
libstdc++.so.6(GLIBCXX_3.4.2)
libstdc++.so.6(GLIBCXX_3.4.3)
libstdc++.so.6(GLIBCXX_3.4.4)
libstdc++.so.6(GLIBCXX_3.4.5)
libstdc++.so.6(GLIBCXX_3.4.6)
libstdc++.so.6(GLIBCXX_3.4.7)
libstdc++.so.6(GLIBCXX_3.4.8)
libstdc++

but NOT libstdc++.so.6(GLIBCXX_3.4.9) which I need for an application I want to install.

The newer version of libstdc++, used by fedora10 is libstdc++-4.3.2-7.i386.rpm, which provides the same, plus libstdc++.so.6(GLIBCXX_3.4.9) which I need!!

Could I install this rpm without risks?

Appreciate your comments!

I am having the same problem. If you make it work, please tell me how :)

debiprasad 06-24-2009 11:30 AM

You can install but it may ask you for other dependencies. Be sure that it will not stop other application.

Lazlu 11-29-2009 03:18 AM

my distro is Xandros for eeepc 900. The problem is related to Googleearth installation. No experinces in programming. I am 63 years old!!

ahai 11-30-2009 07:19 AM

Quote:

Originally Posted by Fnatte (Post 3583776)
I am having the same problem. If you make it work, please tell me how :)

I encounter the same problem. If you make it work, please tell me how
[root@localhost ]# uname -a
Linux localhost 2.6.18-164.6.1.el5.centos.plus

mbreughe 12-23-2009 08:46 AM

I've got the same problem. I also recieve this error after trying to run the compiled program. I'm missing exactly the same: GLIBCXX_3.4.9.

When I try to install the rpm libstdc++-4.3.2-7.i386.rpm I'm getting dependency problems. This is my linux version: uname -a
Linux madmax 2.6.18-128.4.1.el5 #1 SMP Tue Aug 4 12:51:10 EDT 2009 x86_64 x86_64 x86_64 GNU/Linux
Quote:

Originally Posted by hartings (Post 3583708)
Hi,

I run CentOS 5.3 (RHEL5.3) which has package libstdc++-4.1.2-44.el5.i386.rpm installed which provides:

libstdc++
libstdc++.so.6
libstdc++.so.6(CXXABI_1.3)
libstdc++.so.6(CXXABI_1.3.1)
libstdc++.so.6(GLIBCXX_3.4)
libstdc++.so.6(GLIBCXX_3.4.1)
libstdc++.so.6(GLIBCXX_3.4.2)
libstdc++.so.6(GLIBCXX_3.4.3)
libstdc++.so.6(GLIBCXX_3.4.4)
libstdc++.so.6(GLIBCXX_3.4.5)
libstdc++.so.6(GLIBCXX_3.4.6)
libstdc++.so.6(GLIBCXX_3.4.7)
libstdc++.so.6(GLIBCXX_3.4.8)
libstdc++

but NOT libstdc++.so.6(GLIBCXX_3.4.9) which I need for an application I want to install.

The newer version of libstdc++, used by fedora10 is libstdc++-4.3.2-7.i386.rpm, which provides the same, plus libstdc++.so.6(GLIBCXX_3.4.9) which I need!!

Could I install this rpm without risks?

Appreciate your comments!


pixellany 01-19-2010 07:58 AM

Quote:

Originally Posted by Lazlu (Post 3772972)
my distro is Xandros for eeepc 900. The problem is related to Googleearth installation. No experinces in programming. I am 63 years old!!

It's good to see younger people here.......

Please start a new thread with you question---this does not seem to fit here.

dsimka 07-14-2010 04:49 PM

maybe this will help
 
try this
wget http://skarabei.varna.net/~danny/libstdc++.so.6.0.13

cp libstdc++.so.6.0.13 /usr/lib
LD_PRELOAD=/usr/lib/libstdc++.so.6.0.13 /var/bin/CCcam.x86_64
or LD_PRELOAD=/usr/lib/libstdc++.so.6.0.13 /your_path_to_/CCcam.x86/_64/

7v7t7r 12-01-2010 11:45 AM

@dsimka

I tried to do what you recommend, but after running the second line (cp libstdc++.so.6.0.13 /usr/lib), firefox just closed down and since then I cannot access firefox or call on apt-get. Please help by telling me what to do.

dsimka 12-02-2010 12:25 AM

hm
 
give me full information about your OS, how do you access it, etc ..etc
also please include step by step what you typed exactly
screenshots can be useful too:)

Quote:

Originally Posted by 7v7t7r (Post 4177243)
@dsimka

I tried to do what you recommend, but after running the second line (cp libstdc++.so.6.0.13 /usr/lib), firefox just closed down and since then I cannot access firefox or call on apt-get. Please help by telling me what to do.


mac.tieu 12-02-2010 04:09 AM

Quote:

Originally Posted by hartings (Post 3583708)
...
The newer version of libstdc++, used by fedora10 is libstdc++-4.3.2-7.i386.rpm, which provides the same, plus libstdc++.so.6(GLIBCXX_3.4.9) which I need!!

Could I install this rpm without risks?
...

I got the same problem when I was install Qt library to CentOS-5.5. Then I had upgraded 'libstdc++' to '4.3.2-7' and it still work well so far.

Good luck,
MT.


All times are GMT -5. The time now is 07:47 AM.