libmysqlclient_r.so.15: cannot open shared object file - 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: libmysqlclient_r.so.15: cannot open shared object file (
/showthread.php?tid=577859)
libmysqlclient_r.so.15: cannot open shared object file -
Bondage - 14.06.2015
I'm getting this error in my ubuntu 12.04 32 bit
Quote:
(libmysqlclient_r.so.15: cannot open shared object file: No such file or directory)
|
I'm using mysql r5, i tried my best to install the libs but keeps getting this same error and cant run mysql plugin
is there any way to make it run?
Re: libmysqlclient_r.so.15: cannot open shared object file -
SimplyFragHosting - 14.06.2015
Hello,
Try:
wget -O /usr/lib64/libmysqlclient.so.15
http://files.directadmin.com/service...qlclient.so.15
wget -O /usr/lib64/libmysqlclient_r.so.15
http://files.directadmin.com/service...qlclient.so.15
Re: libmysqlclient_r.so.15: cannot open shared object file -
Jake187 - 15.06.2015
What OS are you using?
If you need the lib what you need to do is download mySQL from it's official repo at
https://dev.mysql.com/downloads/repo/
Install mySQL with that repo and than simply yum install or apt-get install libmysqlclient.so.15
Quote:
Originally Posted by SimplyFragHosting
|
That is a very bad idea especially because you don't even know what actual mySQL version he has and 5.0 and 5.1 is EOL
Re: libmysqlclient_r.so.15: cannot open shared object file -
muzammilfreeman - 15.06.2015
Use Mysql_static.so plugin instead of mysql.so plugin..
Re: libmysqlclient_r.so.15: cannot open shared object file -
ColorHost-Kevin - 15.06.2015
Simple, sudo apt-get install libmysqlclient15-dev (with the proper repo of course, from the MySQL Website)