Jump to content

CENTOS 5.4 - MTA server


jyrno42

Recommended Posts

Well, I've been tying to get the precompiled package to work, but it fails with the following error:

/usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.9' not found (required by /home/mtasa/mta_linux-1.0.3/xmll.so)
ERROR: Loading XML library (xmll.so) failed!

Any ideas?

/usr/lib/libstdc++.so.6 does exist. and is updated to latest version.

I'm thinking of building it myself, but that seems to out of scope for me, as i've never used GIT and the tutorial for building is for debian.

Thanks in advance,

Jyrno42

Link to comment

After Googleing like a madman i found that GLIBCXX_3.4.9, is not provided for Centos yet, the last version was 3.4.8 which i had installed, therefor yum didn't update it. I searched and found a solution for it from:

http://www.eurocardsharing.com/335925-post3.html

Try this

libstdc++.so.6.0.9 download here:

http://www.sendspace.com/file/1chhyq

download en copy de file libstdc++.so.6.0.9 naar /usr/lib/ (permession mode 755)

step 1: $> cd /usr/lib/

step 2: $> unlink libstdc++.so.6

step 3: $> ln -s libstdc++.so.6.0.9 libstdc++.so.6

step 4: $> /sbin/ldconfig

Now the server is working. :)

Link to comment

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...