#1

I got this mysql error,
Код:
Failed (libmysqlclient_r.so.16: cannot open shared object file: No such file or directory)
I searched everywhere and cannot find the resolution, I am using centos, and the library is libmysqlclient_r.so.16 not libmysqlclient.so.16, so please, don't link me to the ubuntu fix. If anyone has a direct link to this library, or a fix, that;d be awesome.
Reply
#2

You have to download libmysqlclient_r.so.16 and put it in /usr/lib/.
Reply
#3

Quote:
Originally Posted by Wizz123
Посмотреть сообщение
You have to download libmysqlclient_r.so.16 and put it in /usr/lib/.
I'm aware, I cant find a link.

Quote:
Originally Posted by Mattakil
If anyone has a direct link to this library
Reply
#4

it's libmysqlclient_r.so.15 sorry :P
Reply
#5

It does this using static, 32 and 64 bit plugins.
Reply
#6

Код:
[root@server mysql]# locate libmysqlclient
/usr/lib64/mysql/libmysqlclient.so.16
/usr/lib64/mysql/libmysqlclient.so.16.0.0
/usr/lib64/mysql/libmysqlclient_r.so.16
/usr/lib64/mysql/libmysqlclient_r.so.16.0.0
Renaming it didn't work, Is there a newer plugin by blueg that uses 16?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)