Steam +hlds +hlds_run +Segmentation fault

Steam +hlds +hlds_run +Segmentation fault

If you’re one of the lucky ones getting this error on a Debian 64Bit while trying to run a Counter-Strike Dedicated server:
/hlds_run: line 321: * Segmentation fault $HL_CMD
Please notice the error you get before the Segmentation fault, in my case it was:
libgcc_s.so.1 must be installed for pthread_cancel to work

A simple fix for a Debian 64Bit machine would be:
apt-get install ia32-libs

1.- download the libgcc package for i386
wget http://ftp.se.debian.org/debian/pool/main/g/gcc-4.1/libgcc1_4.1.1-21_i386.deb

2.- Create a temp directory, in my case:
mkdir /root/libtmp

3: Unpacked it to the folder ex:
dpkg -x libgcc1_4.1.1-21_i386.deb /root/libtmp

4:
Copy/move the libgcc_s.so.1 to /lib32
mv /root/libtmp/lib/libgcc_s.so.1 /lib32

——

Now try to start up the server again.

I also made a reply on the Steampowered forum:
http://forums.steampowered.com/forums/showthread.php?p=10309782

Hopefully this helps other people out there, I’ve been sitting with this error for two days, thinking of a HW fault – But since I had several server’s with that error – I out-ruled that.

// c0urier (xPect)
www.n3xt-gaming.com