libMysqlClient16 error in my server - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Server (
https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (
https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: libMysqlClient16 error in my server (
/showthread.php?tid=469777)
libMysqlClient16 error in my server -
rouzbeh - 14.10.2013
i have runned the server but when a player join server mysql crash with this:
Код:
[16:13:20] Loading plugin: mysql.so
[16:13:20] Failed (plugins/mysql.so: symbol __cxa_pure_virtual, version libmysqlclient_16 not defined in file libmysqlclient_r.so.16 with link time reference)
whats the problem
?
Re: libMysqlClient16 error in my server -
Ayumi - 16.10.2013
A friend of mine is having a similar problem. Our first error was the .so.16 - but after upgrading due to it not reading the file, it gave this error.
My hunch is that it loads the 64-bit libraries but not the 32-bit libraries correctly from /usr/lib/
However I am going to be diagnosing later today for him and I shall keep you posted!