05.11.2013, 20:34
Tried it. No Luck. Same Issue
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:
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.
I also found this, I am not sure what to do, these commands make no sense, I am using Centos 6 64bit
Code:
Failed (libmysqlclient_r.so.15: cannot open shared object file: No such file or directory)
Quote:
Are you using a Mysql plugin?
Yes, Is it needed? No, Delete it and it's solved ( Worked for me) |
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 |
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:
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/ 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. 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 |