Install SourceOP on Ubuntu Linux 64-bit - Printable Version
+- SourceOP (
http://forums.sourceop.com)
+-- Forum: SourceOP Plugin (
http://forums.sourceop.com/SourceOP-Plugin-forum)
+--- Forum: General Chat (
http://forums.sourceop.com/General-Chat-forum)
+---- Forum: Bugs/Problems (
http://forums.sourceop.com/Bugs-Problems-forum)
+---- Thread: Install SourceOP on Ubuntu Linux 64-bit (
/Install-SourceOP-on-Ubuntu-Linux-64-bit-thread)
Install SourceOP on Ubuntu Linux 64-bit -
EmpE - Dec 01, 2011
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.
Install SourceOP on Ubuntu Linux 64-bit -
EmpE - Dec 04, 2011
I fixed that problem, but I got a new one
[SOURCEOP] libmySQL has not been compiled as thread safe.
Install SourceOP on Ubuntu Linux 64-bit -
Skyrider - Jan 05, 2012
Mind sharing how you fixed it? I also get the errors.
Install SourceOP on Ubuntu Linux 64-bit -
Drunken F00l - Jan 07, 2012
libmysql.so was missing from the manual install file. This has been fixed.
Install SourceOP on Ubuntu Linux 64-bit -
EmpE - Jan 07, 2012
Drunken_F00l Wrote:libmysql.so was missing from the manual install file. This has been fixed.
Thank you Drunken_F00l