Either LIBC error or segmentation fault (Debian Jessie)
2 replies, posted
Hi there,
if I run my start.sh, the following messages appear:
./srcds_linux: bin/libc.so.6: version `GLIBC_2.18' not found (required by /usr/lib/i386-linux-gnu/libstdc++.so.6)
./srcds_linux: bin/libc.so.6: version `GLIBC_2.17' not found (required by /usr/lib/i386-linux-gnu/libstdc++.so.6)
However, if I set a different LIBC path with libc6 version 18 in it, the console just says:
Segmentation fault
How can I fix this?
I had this issue on Debian 6 Squeeze except it was for GLIBC_2.15, to fix it I switched to Ubuntu Server 14.10 and everything worked fine.
I know why this is not working. One moment while I find a link lol
[editline]25th December 2014[/editline]
Debian & CentOS:
wget [url]http://security.ubuntu.com/ubuntu/pool/main/e/eglibc/libc6_2.15-0ubuntu10.9_i386.deb[/url]
dpkg -x libc6_2.15-0ubuntu10.5_i386.deb tmp/
cd tmp/lib/i386-linux-gnu/
cp * /your-garrysmod-directory/bin/
Do the exact steps. Handsome Matt's link for the wget wasn't working so I just updated it and fixed it. Here you go ^^
Sorry, you need to Log In to post a reply to this thread.