Topic: Server on Ubuntu 64bit - GLIBC_2.4 missing?
Hello all,
i tried to host a server on my rootserver.
I just dled the teeworlds 0.5.0 and after that i copied the teeworlds_srv and /data/maps/dm1 to a seperate folder so i have it stand alone.
Ok now i did this:
root@m62s24:/home/q23p/server/teeworlds# ./teeworlds_srv -f teeworlds.cfg
./teeworlds_srv: /usr/lib/libz.so.1: no version information available (required by ./teeworlds_srv)
./teeworlds_srv: /lib/libc.so.6: version `GLIBC_2.4' not found (required by ./teeworlds_srv)
root@m62s24:/home/q23p/server/teeworlds#
I checked the errors, i got libc-2.3.6.so and libc.so.6,
I also got libz.a libz.so libz.so.1 and libz.so.1.2.3
Probably its a problem with glibc that is 2.3.x and should be 2.4?
Can someone give me an aptitude to update glibc? last time i did it manually i kinda fcked up my server .
That means i need an update of WHAT package and HOW without producing errors in system?
Or is there a way to run it with libc-2.3.6?
Need help immediatly, trying to set up servers for a kinda big community!
And btw i tried libc6 apt-get:
root@m62s24:/usr/lib# apt-get install libc6
Reading package lists... Done
Building dependency tree... Done
libc6 is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 43 not upgraded.