Page 1 of 1
`GLIBCXX_3.4.11' not found (linux)
Posted: Sat Aug 25, 2012 7:39 pm
by Cutman
Hi
Trying to run a Zandronum (1.0) server on my VPS in linux and I get the following error: ./zandronum-server: /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.11' not found (required by ./zandronum-server)
I could run previous Skulltag versions just fine, what am I missing?
RE: `GLIBCXX_3.4.11' not found (linux)
Posted: Sat Aug 25, 2012 7:50 pm
by Torr Samaho
I upgraded my Ubuntu version a long time ago, possibly your installed Linux distro it too old. You could just compile the binaries yourself if you don't get the precompiled ones to work.
RE: `GLIBCXX_3.4.11' not found (linux)
Posted: Sat Aug 25, 2012 10:04 pm
by Konar6
Are you running a 3.x kernel?
RE: `GLIBCXX_3.4.11' not found (linux)
Posted: Sun Aug 26, 2012 2:44 pm
by Dark-Assassin
Basically you require the latest GCC (GNU Compiler Collection) installed.
You can download the latest GCC from here:
http://gcc.gnu.org/mirrors.html
And here is the installation guide:
http://gcc.gnu.org/install/
RE: `GLIBCXX_3.4.11' not found (linux)
Posted: Sun Aug 26, 2012 7:35 pm
by Blzut3
Torr Samaho wrote:
I upgraded my Ubuntu version a long time ago
What version are you currently running on? I compile the 64-bit binary in a 10.04 LTS chroot since it helps with binary compatibility.
RE: `GLIBCXX_3.4.11' not found (linux)
Posted: Sun Aug 26, 2012 7:53 pm
by Torr Samaho
Blzut3 wrote:
What version are you currently running on?
I'm using 10.04 LTS (no chroot).