Jump to content

Linux Server Requires GLIBC++ library that is bleeding edge :(


ChipPatton

Recommended Posts

Hi guys!  I'm a server owner of a 32 core CentOS6 server.  At the moment, this is what CentOS6 supports:

 

# strings /usr/lib64/libstdc++.so.6 | grep GLIBC
GLIBCXX_3.4
GLIBCXX_3.4.1
GLIBCXX_3.4.2
GLIBCXX_3.4.3
GLIBCXX_3.4.4
GLIBCXX_3.4.5
GLIBCXX_3.4.6
GLIBCXX_3.4.7
GLIBCXX_3.4.8
GLIBCXX_3.4.9
GLIBCXX_3.4.10
GLIBCXX_3.4.11
GLIBCXX_3.4.12
GLIBCXX_3.4.13
GLIBCXX_3.4.14
GLIBCXX_3.4.15
GLIBCXX_3.4.16
GLIBC_2.2.5
GLIBC_2.3
GLIBC_2.14
GLIBC_2.3.2
GLIBCXX_FORCE_NEW
GLIBCXX_DEBUG_MESSAGE_LENGTH

 

However, the game was compiled on 3.4.18, which means I get the error:

 

bin/AvorionServer: /usr/lib64/libstdc++.so.6: version `GLIBCXX_3.4.18' not found (required by bin/AvorionServer)
bin/AvorionServer: /usr/lib64/libstdc++.so.6: version `GLIBCXX_3.4.17' not found (required by bin/AvorionServer)
bin/AvorionServer: /usr/lib64/libstdc++.so.6: version `CXXABI_1.3.7' not found (required by bin/AvorionServer)

 

My I ask for a binary that has better compatability with at least 1.4.5 at least?  That would be great because my only recourses are to (a) move to another OS that is bleeding edge or (b) install a custom glib library which will require that I recompile every installed package on the server which is a no-go.

Link to comment
Share on other sites

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
×
×
  • Create New...