SA-MP Forums Archive
libmysqlclient_r.so.15 problem on centos - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Server (https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: libmysqlclient_r.so.15 problem on centos (/showthread.php?tid=500340)



libmysqlclient_r.so.15 problem on centos - M3HR4N - 12.03.2014

Hello,

My vps linux version CentOS 6 64 Bit System.
Any ideas where this goes anyone? I've placed the file anywhere I possibly could think it goes.

Код:
Failed (libmysqlclient_r.so.15: cannot open shared object file: No such file or directory)
Код:
[root@vps /]# uname -a
Linux vps.server.com 2.6.32-431.5.1.el6.x86_64 #1 SMP Wed Feb 12 00:41:43 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux
Код:
[root@vps jdi]# locate libmysql
/usr/lib64/mysql/libmysqlclient.so.16
/usr/lib64/mysql/libmysqlclient.so.16.0.0
/usr/lib64/mysql/libmysqlclient_r.so.16
/usr/lib64/mysql/libmysqlclient_r.so.16.0.0
searched a lot for it but still having this problem ...


Re: libmysqlclient_r.so.15 problem on centos - Mark™ - 13.03.2014

Download MySQL shared compat 5.5 libs on your machine via the putty console.

Код:
wget ftp://ftp.pbone.net/mirror/ftp5.gwdg.de/pub/opensuse/repositories/home:/jcorrius:/ntteam/RedHat_RHEL-6/x86_64/ntteam-MySQL-shared-compat-5.5.27-21.1.x86_64.rpm
Install it via the rpm command.

Код:
rpm -ivh ntteam-MySQL-shared-compat-5.5.27-21.1.x86_64.rpm



Re: libmysqlclient_r.so.15 problem on centos - M3HR4N - 13.03.2014

thanks Mark,
But I still have this problem.


Re: libmysqlclient_r.so.15 problem on centos - MeetMeOne - 13.03.2014

mehran i have sended you msg in sa-mp forum


Re: libmysqlclient_r.so.15 problem on centos - M3HR4N - 14.03.2014

new error :
Код:
[03:30:12]  Loading plugin: mysql.so
[03:30:12]   Failed (libmysqlclient_r.so.15: wrong ELF class: ELFCLASS64)



Re: libmysqlclient_r.so.15 problem on centos - M3HR4N - 14.03.2014

Fixed this error.


Re: libmysqlclient_r.so.15 problem on centos - Arjanz - 15.03.2014

This prob everywhere, even with me


Re: libmysqlclient_r.so.15 problem on centos - lewismichaelbbc - 16.03.2014

I have no idea if this will work, but I guess you could try it.

Код:
yum upgrade
This will update everything on your server and this MIGHT fix your problem. Good Luck!