No start under linux of mcserver
#1
Hello ;D

I have download the last build from mcserver and unpack on my server. When I startet mcserver, comes this error messages

Code:
./MCServer: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.20' not found (required by ./MCServer)
./MCServer: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `CXXABI_1.3.8' not found (required by ./MCServer)
./MCServer: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.18' not found (required by ./MCServer)
./MCServer: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.19' not found (required by ./MCServer)

I have search with google and I read I must the newest gcc ?

Sorry for my bad englisch, but I comes from germany ;D And so is englisch not my motherlanguage ;D

Greetings

Bogus
Reply
Thanks given by:
#2
What OS are you using? Your glibc version seems outdated.
You can fix this compiling yourself.
Reply
Thanks given by:
#3
Gcc is just a compiler, your version is already compiled, so I don't think GCC is the problem. I might be wrong though, hope the others provide better information.

Your English is readable Smile

Or you could try updating glibc:

If it's Debian/Ubuntu/apt based:
apt-get update && apt-get install libc6

Yum-based:
yum update glibc-*
Reply
Thanks given by:
#4
I use Ubuntu 12.04 .. hmmm .. I think is better upgradet to 14.04 ..Big Grin
Reply
Thanks given by:
#5
Ok, I have now upgradet to Ubuntu 14.04, that is not local PC, is a server. So that now the first error message fixed
Reply
Thanks given by:
#6
Is it all working now?
Reply
Thanks given by:
#7
Do the linux builds target Debian Stable? I'm curious, if glibc is outdated on ubuntu 12.04, certainly it would be on other distros?
Reply
Thanks given by:
#8
The linux builds _should_ target debian stable, but I botched a compiler update and now they need testing.

I'll get around to fixing it this week, I have some time off.
Reply
Thanks given by:
#9
I have now test with the newest build from mcserver. Download from your website. Is the same problem, but now under ubuntu server 14.04

Code:
./MCServer: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.20' not found (required by ./MCServer)
./MCServer: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `CXXABI_1.3.8' not found (required by ./MCServer)

Ok, how can I make compiled for myself ? Give a tutorial or so ?

well, but I can wait, then when fixed the problem ;D
Reply
Thanks given by:
#10
Try installing gcc 4.8 on the machine:
Code:
sudo apt-get install gcc-4.8 g++-4.8
This should install all the libraries that are needed for programs compiled using that compiler.
Reply
Thanks given by:




Users browsing this thread: 1 Guest(s)