Jump to content

CENTOS 5.4 - MTA server


jyrno42

Recommended Posts

Posted

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

  • MTA Team
Posted

It's probably not recent enough. You need to update the library, and if no updates are available within the current distribution, you'll have to update it altogether.

https://www.centos.org/modules/newbb/vi ... 6&forum=38

One of the [VCP] leaders // honorary member of the =PCP= gang.

 

Do not PM me your MTA:SA Client / Server support questions, Lua scripting questions, unban requests or server toplist concerns - please ask them here: MTA:SA Support subforum, here: Scripting subforum, here: Ban appeals or here: Servers instead.

For other inquiries - please expect delays in replies when messaging me.

Posted

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

  • MTA Team
Posted

Glad you got it to work :wink:

One of the [VCP] leaders // honorary member of the =PCP= gang.

 

Do not PM me your MTA:SA Client / Server support questions, Lua scripting questions, unban requests or server toplist concerns - please ask them here: MTA:SA Support subforum, here: Scripting subforum, here: Ban appeals or here: Servers instead.

For other inquiries - please expect delays in replies when messaging me.

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