SA-MP Forums Archive
MYSQL ERROR - LINUX - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: MYSQL ERROR - LINUX (/showthread.php?tid=576552)



MYSQL ERROR - LINUX - Adi007 - 05.06.2015

libmysqlclient.so.18: cannot open shared object file: No such file or directory
This is showing in server_log.txt.
How to fix? I already downloaded libmysqlclient.so.15 and renamed it to libmysqlclient.so.18, but doesn't worked.


AW: MYSQL ERROR - LINUX - Kaliber - 05.06.2015

Load the static Version of mysql (mysql_static.so)


Re: MYSQL ERROR - LINUX - Adi007 - 05.06.2015

I have to replace mysql.so with mysql_static.so?

EDIT: i downlaoded from here https://github.com/pBlueG/SA-MP-MySQL/releases
R39-3 - mysql-r39-3-debian7.tgz
still same error...