Mysql Plugin, quick help - 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: Plugin Development (
https://sampforum.blast.hk/forumdisplay.php?fid=18)
+--- Thread: Mysql Plugin, quick help (
/showthread.php?tid=570872)
Mysql Plugin, quick help -
Brys - 14.04.2015
When I run the server, I get this error, any help ?
Code:
Loading plugin: mysql.so
[17:47:41] Failed (libmysqlclient.so.18: cannot open shared object file: No such file or directory)
Re: Mysql Plugin, quick help -
Johnson_boy - 14.04.2015
That means that the shared MySQL client library is not present on the server. You can either install the appropriate library, or use the statically linked version of the plugin.
Re: Mysql Plugin, quick help -
Brys - 14.04.2015
Hm... i've installed mysql datebase and nothing works, can you give me a way to download it.. or else a link.
Thank's.