Jump to content

Trying to run a server in linux......


Freejack

Recommended Posts

Get this..... bin/SpaceServer: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.18' not found (required by bin/SpaceServer)

now the version that is common in most releases is 4.7 the server is looking for 3.4. Could this get updated?

Link to comment
Share on other sites

  • Boxelware Team

I think you might have mixed up something here. The error message does not refer to the gcc version but the libcxx version. I am using gcc 4.8 to compile the game, so this shouldn't be the issue.

Instead, run

 

strings /usr/lib/x86_64-linux-gnu/libstdc++.so.6 | grep GLIBC

 

What does it say?

 

Is your system completely up to date? An update might solve this issue.

Link to comment
Share on other sites

got this back:

 

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

GLIBCXX_3.4.17

GLIBC_2.2.5

GLIBC_2.3

GLIBC_2.14

GLIBC_2.4

GLIBC_2.3.4

GLIBC_2.17

GLIBC_2.3.2

GLIBCXX_DEBUG_MESSAGE_LENGTH

 

 

?? so I am missing 3.4.18

 

Fixed.......

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