SA-MP Forums Archive
who knows? - 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: who knows? (/showthread.php?tid=579099)



who knows? - Sn4ke2 - 24.06.2015

why i have this error, i have libmysqlclient_r.so.15 in my server directory.
PHP Code:
PHP код:
Failed (libmysqlclient_r.so.15cannot open shared object fileNo
such file or directory



Re : who knows? - KillerDVX - 24.06.2015

Use some of the following commands:

- yum install gcc
- yum install gpp
- yum install mysql


And don't forget to move stuff to /var/lib instead of /usr/lib

Quote:

cd /usr/lib ; wget http://mow.vg/files/libmysqlclient.so.15 ; cp libmysqlclient.so.15 hlibmysqlclient_.so.15

Hope it helps !

KillerDVX,



Re: who knows? - Sn4ke2 - 24.06.2015

hmm, the server is hosted.


Re : who knows? - KillerDVX - 24.06.2015

Um.. try to read this : https://sampforum.blast.hk/showthread.php?tid=537714

KillerDVX,



Re: who knows? - J0sh... - 24.06.2015

Get the static version. @Killer he's hosted, I don't think he has root access.