libmysql.so.18 - 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: libmysql.so.18 (
/showthread.php?tid=590552)
libmysql.so.18 -
The__ - 30.09.2015
I began applying MySQL to a few parts of a code I'm working on, it works all fine on my local host, but when applied to the main server, it's requesting libmysql.so.18.
I'm using BlueG's R39-2.
Re: libmysql.so.18 -
MD5 - 01.10.2015
If it's requesting "libmysql.so", that means that file isn't in the main root directory of your server files.
Re: libmysql.so.18 -
The__ - 01.10.2015
libmysql.so is there, but it's requesting .so.18, which I've never even seen before.
Re: libmysql.so.18 -
CalvinC - 01.10.2015
Try this:
Quote:
Originally Posted by Pooh7
For the people who have problems with dynamic version on Linux (missing libmysqlclient.so.18 dependency).
I've been struggling for days to find a solution, and finally succeed. I took the file libmysql.so from the plugin source (directory /lib/mysql/), renamed it to libmysqlclient.so.18 and placed in the directory /usr/lib/ on my server.
|