Failed (libmysqlclient_r.so.15: cannot open shared object file: No such file or directory)
#4

Quote:
Originally Posted by Konstantinos
View Post
Use a static version of it.
Tried it. No Luck. Same Issue
Code:
Failed (libmysqlclient_r.so.15: cannot open shared object file: No such file or directory)
Quote:
Originally Posted by firemanjv
View Post
Are you using a Mysql plugin?
Yes, Is it needed?
No, Delete it and it's solved ( Worked for me)
I do need it, the gamemode I am using also has a UCP and is designed to to mySQL - so yes it is needed, I don't know how you did it.

It says here:
Quote:

Running on Linux?

Having problems with libmysqlclient_r.so.X?

If you cannot do this, use the static build.
First of all, you must locate where your mysql libraries are located.
Mine are located at: /usr/local/mysql/lib/mysql
Now, open libc.conf located in /etc/ld.so.conf.d
Add the mysql libraries' path to the end of this file, on a new line.
Save the file, and execute: ldconfig

Do I need to follow those steps even though I am using the static build on my VPS

I am using the static build right now(https://sampforum.blast.hk/showthread.php?tid=122983), when I used this other mySQL plugin(https://sampforum.blast.hk/showthread.php?tid=56564) I had the exact same issue as I am having now.

Quote:
Originally Posted by Mow
View Post
http://mow.vg/files/libmysqlclient.so.15
Here you go.

Edit for 64bit Ubuntu 10.04 users:
Code:
(for versions of the mysql plugin requiring libmysqlclient.16: wget -c http://security.ubuntu.com/ubuntu/pool/m...817115wget -c http://mirrors.kernel.org/ubuntu/pool/un...17115mkdir mysql32
dpkg --extract libmysqlclient*deb mysql32
sudo mv mysql32/usr/lib/* /usr/lib32/
Getting this error when you do dpkg --extract libmysqlclient*deb mysql32?
Code:
dpkg-deb: --extract takes at most two arguments (.deb and directory)

Type dpkg-deb --help for help about manipulating *.deb files;
Type dpkg --help for help about installing and deinstalling packages.
This means you have multiple libmysqlclient*.deb files in the current folder.
For libmysqlclient15: dpkg --extract libmysqlclient15off_5.1.30really5.0.83-0ubuntu3_i386.deb mysql32
For libmysqlclient16: dpkg --extract libmysqlclient16_5.1.41-3ubuntu12.7_i386.deb mysql32
I also found this, I am not sure what to do, these commands make no sense, I am using Centos 6 64bit
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)