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?
`GLIBCXX_3.4.11' not found (linux)
`GLIBCXX_3.4.11' not found (linux)
Last edited by Cutman on Sat Aug 25, 2012 7:41 pm, edited 1 time in total.
- Torr Samaho
- Lead Developer
- Posts: 1543
- Joined: Fri May 25, 2012 6:03 pm
- Location: Germany
RE: `GLIBCXX_3.4.11' not found (linux)
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)
Are you running a 3.x kernel?
Ijon Tichy wrote:I like how your first responses to concerns being raised was to start insulting people, accusing random people on the Internet of being Shadowfox, and digging up irrelevant shit from the past. It really inspires confidence in me that you guys are level-headed and rational folks.
<BlueCool> you guys IQ is the same as my IP, Dynamic
- Dark-Assassin
- Maintenence Crew
- Posts: 968
- Joined: Fri May 25, 2012 4:25 am
RE: `GLIBCXX_3.4.11' not found (linux)
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/
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)
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.Torr Samaho wrote: I upgraded my Ubuntu version a long time ago
- Torr Samaho
- Lead Developer
- Posts: 1543
- Joined: Fri May 25, 2012 6:03 pm
- Location: Germany
RE: `GLIBCXX_3.4.11' not found (linux)
I'm using 10.04 LTS (no chroot).Blzut3 wrote: What version are you currently running on?