Problem with libmysqlclient_r.so.15 on linux - 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: Problem with libmysqlclient_r.so.15 on linux (
/showthread.php?tid=336371)
Problem with libmysqlclient_r.so.15 on linux -
HellviRus - 22.04.2012
Hello,
I am using Vortex RolePlay as a base.
So I made some changes and added a bit of things ...
Then when I tried launching on my Debian 32bits,
It keeps saying : Failed (libmysqlclient_r.so.15: cannot open shared object file: No such file or directory)
Please help, Thanks !
Re: Problem with libmysqlclient_r.so.15 on linux -
ikkentim - 22.04.2012
You need to download libmysqlclient_r.so.15 and put in you linux' libraries folder.
If you search in the mysql's topic you will find a link and some instructions
Re: Problem with libmysqlclient_r.so.15 on linux -
HellviRus - 22.04.2012
Thanks for you answer, can you help me to find the directory of libraries ?
Re: Problem with libmysqlclient_r.so.15 on linux -
Alex Valdez - 22.04.2012
Go to SSH (puTTy)
And type this
sudo apt-get install mysql-server mysql-client
Restart your server again, see what happens.
Re: Problem with libmysqlclient_r.so.15 on linux -
HellviRus - 22.04.2012
It's still the same error
I tried on Debian 32 bits and Ubuntu 64bits, but nothing works ...