`GLIBCXX_3.4.11' not found (linux)

General help and assistance forum.
Post Reply
User avatar
Cutman
 
Posts: 66
Joined: Mon Jun 04, 2012 2:25 pm
Contact:

`GLIBCXX_3.4.11' not found (linux)

#1

Post by Cutman » Sat Aug 25, 2012 7:39 pm

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?
Last edited by Cutman on Sat Aug 25, 2012 7:41 pm, edited 1 time in total.

User avatar
Torr Samaho
Lead Developer
Posts: 1543
Joined: Fri May 25, 2012 6:03 pm
Location: Germany

RE: `GLIBCXX_3.4.11' not found (linux)

#2

Post by Torr Samaho » Sat Aug 25, 2012 7:50 pm

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.

Konar6
Retired Staff / Community Team Member
Posts: 455
Joined: Sun May 27, 2012 9:38 am

RE: `GLIBCXX_3.4.11' not found (linux)

#3

Post by Konar6 » Sat Aug 25, 2012 10:04 pm

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

User avatar
Dark-Assassin
Maintenence Crew
Posts: 968
Joined: Fri May 25, 2012 4:25 am

RE: `GLIBCXX_3.4.11' not found (linux)

#4

Post by Dark-Assassin » Sun Aug 26, 2012 2:44 pm

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/
❗ Don't message me for technical or moderation support.
❔ Use the relevant support channels instead.

Blzut3
Developer
Posts: 308
Joined: Thu May 24, 2012 9:37 pm

RE: `GLIBCXX_3.4.11' not found (linux)

#5

Post by Blzut3 » Sun Aug 26, 2012 7:35 pm

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.

User avatar
Torr Samaho
Lead Developer
Posts: 1543
Joined: Fri May 25, 2012 6:03 pm
Location: Germany

RE: `GLIBCXX_3.4.11' not found (linux)

#6

Post by Torr Samaho » Sun Aug 26, 2012 7:53 pm

Blzut3 wrote: What version are you currently running on?
I'm using 10.04 LTS (no chroot).

Post Reply