jyrno42 Posted December 31, 2009 Share Posted December 31, 2009 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
MTA Team jhxp Posted December 31, 2009 MTA Team Share Posted December 31, 2009 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 Link to comment
jyrno42 Posted December 31, 2009 Author Share Posted December 31, 2009 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
MTA Team jhxp Posted December 31, 2009 MTA Team Share Posted December 31, 2009 Glad you got it to work Link to comment
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