1

Topic: libstdc++.so.6: version `GLIBCXX_3.4.11' not found

Hey guys,

i wanted to start a "Race-Server"( http://www.teeworlds.com/forum/viewtopic.php?id=7605 ) on my vServer, but there is coming this error: ./race: /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.11' not found (required by ./race)
On the server runs Debian lenny 64 bit.

I searched on google, but I did not found any helpfully websites.


I hope anybody can help me.
-TheZetta

2

Re: libstdc++.so.6: version `GLIBCXX_3.4.11' not found

guess your glib is too old for the pre compiled binary. Try compiling it yourself.

uptee - a simple web interface for hosting and maintaining teeworlds servers
teerace - a website gathering results of trusted Race-mod servers providing global ranking and statistics
*gV* rox ^^

3

Re: libstdc++.so.6: version `GLIBCXX_3.4.11' not found

I also had the problem myself. But I cannot remember how i solved it.
You may try: apt-get install libstdc++6
Maybe it is just outdated.

Are you running a 32bit or 64bit system? And is the server 32bit or 64bit?
If you was trying to run the 32bit server on a 64bit system, you can also try: apt-get install lib32stdc++6