Results 1 to 5 of 5
I have this error. " /usr//lib/libstdc++.so.6: version `GLIBCXX_3.4.9' not found "
I'm trying to use a php extension "repasm.so" that i compiled/build on my virtual linux ubuntu pc. To compile/build ...
- 03-26-2009 #1Just Joined!
- Join Date
- Mar 2009
- Posts
- 5
Help with libstdc++.so.6: version 'GLIBBCXX
I have this error. " /usr//lib/libstdc++.so.6: version `GLIBCXX_3.4.9' not found "
I'm trying to use a php extension "repasm.so" that i compiled/build on my virtual linux ubuntu pc. To compile/build this dynamic library, i had to install many components to my linux compiler to get it to compile correctly.
1. I'm not sure if this error is because the libstdc++.so.6 version is wrong on the shared linux webserver, or because my linux pc compiled the 'repasm.so' without the dependencies of libstdc++.
2. I have looked at several other forums trying to grasp this error in other contexts such as programs not working like thunderbird, or several other cases, to try to fix on my compiler. Many have not worked, I didnt understand several, most of the time, my compiler says libstdc++ is updated no newer updates to install. and then sometimes it may say no package found.
3. Can someone help me using commands like try sudo yum install.. or apt-get or alien.. I dont really know the differnces, but they work on my compiler.
- 03-26-2009 #2Just Joined!
- Join Date
- Mar 2009
- Posts
- 35
im running Centos5.2 . i have no issue with this file
just yum install libstdc++-4.1.2-42*
cheers
- 03-26-2009 #3Just Joined!
- Join Date
- Mar 2009
- Posts
- 5
No package libstdc++-4.1.2-42* Nothing to do
I will download that, and try again.
Any other ideas?
- 03-26-2009 #4Just Joined!
- Join Date
- Mar 2009
- Posts
- 5
Missing Dependency: libc.so.6(GLIBC_2.4) is needed by package libstdc++-4.1.2-42.SEL5_2.i386 (libstdc++-4.1.2-42.SEL5_2.i386.rpm)
libstdc++-4.1.2-42.SEL5_2.i386 from libstdc++-4.1.2-42.SEL5_2.i386.rpm has depsolving problems
I get several of these, with different versions of GLIBC_ missing
I did some more files, it said Complete! im going to try recompiling my file, and see if it works
- 03-26-2009 #5Just Joined!
- Join Date
- Mar 2009
- Posts
- 5
omg i love you! kinda, i did half of it myself. lol
Cheerio!


Reply With Quote