I'm getting a Segmentation fault whenever I attempt to start the server for the first time.
I've removed and install everything (steamcmd, app 310, and gesource), even created a 2nd profile to test, as per steamcmd's install notes.
Here's the Segmentation Faults
$ ./gesource.sh
Auto detecting CPU
Using SSE2 Optimised binary.
Server will auto-restart if there is a crash.
Console initialized.
Segmentation fault
Add "-debug" to the ./srcds_run command line to generate a debug.log to help with solving this problem
Sat Sep 10 22:38:09 EDT 2016: Server restart in 10 seconds
My ldd:
$ ldd gesource/bin/server_i486.so
linux-gate.so.1 (0xf7796000)
libz.so.1 => /usr/lib32/libz.so.1 (0xf633b000)
libdl.so.2 => /lib32/libdl.so.2 (0xf6336000)
libldap_r-2.4.so.2 => not found
librt.so.1 => /lib32/librt.so.1 (0xf632d000)
libutil.so.1 => /lib32/libutil.so.1 (0xf6329000)
libnsl.so.1 => /lib32/libnsl.so.1 (0xf630f000)
steam_api_i486.so => not found
tier0_i486.so => not found
vstdlib_i486.so => not found
libstdc++.so.6 => /usr/lib32/libstdc++.so.6 (0xf621d000)
libm.so.6 => /lib32/libm.so.6 (0xf61d6000)
libgcc_s.so.1 => /usr/lib32/libgcc_s.so.1 (0xf61b9000)
libc.so.6 => /lib32/libc.so.6 (0xf600c000)
/lib/ld-linux.so.2 (0xf7799000)
libpthread.so.0 => /lib32/libpthread.so.0 (0xf5ff0000)
$
And what my gesource.sh is
#!/bin/bash
MALLOC_CHECK_=0 ./srcds_run -game ./gesource/ +maxplayers 16 +map ge-archives
EDIT: Meant to add, I know the ldd shows "libldap_r-2.4.so.2 => not found", but libldap-2.4-2 is installed. I removed it at one point, and it wiped my website, and had to rebuild all of it again.