Jump to content

CentOS GLIBCXX_3.4.9


Geramy92

Recommended Posts

Posted

/usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.9' not found (required by /root/mt

aserver/xmll.so)

ERROR: Loading XML library (xmll.so) failed!

i have this error at 1.0.3 can anyone help?

my system is CentOS 5.3

Posted

I had this problem with Debian etch too.

I traced it to what I believe meant I needed a newer version of libstdc++, which was not provided for etch. We're therefore upgrading to lenny soon.

Try updating your server to CentOS 5.4.

Someone else may have more insight into this however.

  • 2 months later...
Posted

You must have latest "libstdc++.so.6.0.9" to avoid this error. There is attached file (it's GZ archive) in my post. Place "libstdc++.so.6.0.9" file and two links into /lib and /usr/lib. If you want to make symbolic link by yourself, just place there only "libstdc++.so.6.0.9", remove any "libstdc++.so.6" links and make this console actions:

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...