Geramy92 Posted December 24, 2009 Posted December 24, 2009 /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
subenji99 Posted December 24, 2009 Posted December 24, 2009 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.
MX_Master Posted March 4, 2010 Posted March 4, 2010 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
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now