libmysqlclient_r.so.15: cannot open shared object file
#1

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?
Reply
#2

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
Reply
#3

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
Посмотреть сообщение
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
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
Reply
#4

Use Mysql_static.so plugin instead of mysql.so plugin..
Reply
#5

Simple, sudo apt-get install libmysqlclient15-dev (with the proper repo of course, from the MySQL Website)
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)