MySQL loading problems!
#1

Hi all,
I've recently bought a new VPS host and Im using MySQLcripts 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
Reply
#2

The file needs to end in .so
Remove the .15 at the end of it.
Reply
#3

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.
Reply
#4

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

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.
Reply
#6

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

Nothing of these posts helped me.I need my R6 gamemode script to be run well.
Reply
#8

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)
Reply
#9

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.
Reply
#10

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
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)