OS is Ubuntu Linux (Server) 64-bit
Gameserver is for Counter-Strike: Source
When i run "ldd sourceop.so" i get this
Code:
linux-gate.so.1 => (0xf7709000)
libm.so.6 => /lib32/libm.so.6 (0xf73c0000)
libdl.so.2 => /lib32/libdl.so.2 (0xf73bc000)
libssl.so.6 => /lib32/libssl.so.6 (0xf7373000)
libtier0.so => ./libtier0.so (0xf7320000)
libvstdlib.so => ./libvstdlib.so (0xf726d000)
libc.so.6 => /lib32/libc.so.6 (0xf7113000)
/lib/ld-linux.so.2 (0xf770a000)
libcrypto.so.0.9.8 => /lib32/i686/cmov/libcrypto.so.0.9.8 (0xf6fc1000)
libz.so.1 => /usr/lib32/libz.so.1 (0xf6fab000)
libpthread.so.0 => /lib32/libpthread.so.0 (0xf6f92000)
So everything seems okay...
But my server keeps crashing when I i'm starting it, and the error message is:
[SOURCEOP] Failed to load libmySQL: libmysqlclient.so: cannot open shared object file: No such file or directory
And I don't have a clue how to fix it
So help is appreciated
Sorry for my bad English, I'm from Sweden.