MySQL loading problems! -
[RB]Akshay - 22.09.2013
Hi all,
I've recently bought a new VPS host and Im using MySQL

cripts of version R6. Im using Centos6 host and when the mysql plugin is getting loaded it gives an error regarding "libmysqlclient_r.so.15 > Cannot open shared object file or directory)"
I would like if someone helps me ASAP. I've already added the required plugins in the folder and "libmysqlclient_r.so.15" on the server directory too, but still the problem remains. Please help
Re: MySQL loading problems! -
Khanz - 22.09.2013
The file needs to end in .so
Remove the .15 at the end of it.
Re: MySQL loading problems! -
Lordzy - 23.09.2013
I'm too facing the same problem, would be great if someone posts a well solution for it.
Quote:
Originally Posted by khanz
The file needs to end in .so
Remove the .15 at the end of it.
|
It's not looking for a .so file, it's looking for the "libmysqlclient_r.so.15" file which cannot be read while the MySQL plugin gets loaded.
Re: MySQL loading problems! -
DJ_Shocker - 23.09.2013
I'm using CentOS 64 Bit.
What I did was put the file in the lib64 directory. That's what worked for me.
If you need the file, I've uploaded it to my website for you. Here's the direct link:
http://sugaming.net/files/libmysqlclient_r.so.15
Re: MySQL loading problems! -
Konstantinos - 23.09.2013
With the package of r33 (in both; MySQL 5.5 or 5.1) there's a static version of the plugin. When I used it - it worked and it loaded the plugin. Whenever I used the non-static version, I was getting similar error about libmysqlclient.
Re: MySQL loading problems! -
DJ_Shocker - 24.09.2013
Quote:
Originally Posted by Konstantinos
With the package of r33 (in both; MySQL 5.5 or 5.1) there's a static version of the plugin. When I used it - it worked and it loaded the plugin. Whenever I used the non-static version, I was getting similar error about libmysqlclient.
|
Oh thanks!
I never knew this. I'm going to look into this.
Re: MySQL loading problems! -
[RB]Akshay - 24.09.2013
Nothing of these posts helped me.I need my R6 gamemode script to be run well.
Re: MySQL loading problems! -
DJ_Shocker - 25.09.2013
Quote:
Originally Posted by [RB]Akshay
Nothing of these posts helped me.I need my R6 gamemode script to be run well.
|
Ok i did some research (****** is your friend)
Some got it to work by doing this:
Rename the file I gave you to libmysqlclient.so.15
Put it in /usr/lib64 (if you're using 64 bit)
Re: MySQL loading problems! -
xHarshx - 25.09.2013
The plugin of your extension is the problem. Just try and make it .so or try and remove the 15 after .so and leave it alone as .so.
Re: MySQL loading problems! -
DJ_Shocker - 25.09.2013
Quote:
Originally Posted by xHarshx
The plugin of your extension is the problem. Just try and make it .so or try and remove the 15 after .so and leave it alone as .so.
|
It's not a plugin problem. If you searched, you would see that libmysqlclient.so.15 is a dependency for the plugin. I had the same problem for my dedicated server using the MySQL R7. Please don't give false information