Posts: 24
Threads: 9
Joined: Feb 2016
Reputation:
0
How to fix the mysql.so plugin when it fails to load and gives an error of :
Failed (libmysqlclient_r.so.16: cannot open shared object file: No such file or directory)
We are using Centos 06 64 bit VPS.
Thank you
Posts: 763
Threads: 31
Joined: Oct 2013
Reputation:
0
then you need to install libmysqlclient_r.so.16
Posts: 24
Threads: 9
Joined: Feb 2016
Reputation:
0
They tried to install it but nothing at all !
Posts: 388
Threads: 18
Joined: Apr 2011
Reputation:
0
Use the mysql_static.so plugin.
Posts: 24
Threads: 9
Joined: Feb 2016
Reputation:
0
When i use the mysql_static.so plugin some commands which build on mysql.so plugin doesn't load and crashes the server and i am in need of these commands so i must load the mysql.so plugin !
Posts: 388
Threads: 18
Joined: Apr 2011
Reputation:
0
Are you using the same version?
Posts: 24
Threads: 9
Joined: Feb 2016
Reputation:
0
Yes i am using the same verison
Posts: 6,242
Threads: 8
Joined: Jun 2008
Quote:
Originally Posted by xPhantom
Use the mysql_static.so plugin.
|
Quote:
Originally Posted by Mandooz
When i use the mysql_static.so plugin some commands which build on mysql.so plugin doesn't load and crashes the server and i am in need of these commands so i must load the mysql.so plugin !
|
^ This is why it's better to fix the problem.
What tutorial did you follow for your VPS installation, or did you simply download and start the server?
Posts: 24
Threads: 9
Joined: Feb 2016
Reputation:
0
I am not the VPS owner , i request server then done but gave me that error