SA-MP Forums Archive
libmysqlclient_r.so.15 - 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 (/showthread.php?tid=528480)



libmysqlclient_r.so.15 - Mriss - 28.07.2014

Help with this please.

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


Re: libmysqlclient_r.so.15 - Sublime - 28.07.2014

What distro are you using and is it x86 or x86_64/AMD64


Re: libmysqlclient_r.so.15 - Mriss - 28.07.2014

CentOS 7 64Bit


Re: libmysqlclient_r.so.15 - Mark™ - 28.07.2014

http://stackoverflow.com/questions/1...e-or-directory


Re: libmysqlclient_r.so.15 - Mriss - 29.07.2014

Didnt work, tried that link

I keep getting this issue in my server_log when i try start it >

Код:
[16:51:21]  Loading plugin: mysql.so
[16:51:21]   Failed (libmysqlclient_r.so.15: cannot open shared object file: No such file or directory)
And when I do `ldd mysql.so`, I get this

Код:
[root@millenium-gaming plugins]# ldd mysql.so
ldd: warning: you do not have execution permission for `./mysql.so'
        linux-gate.so.1 =>  (0xb77a3000)
        libmysqlclient_r.so.15 => not found
        libpthread.so.0 => /lib/libpthread.so.0 (0xb776d000)
        libstdc++.so.6 => /lib/libstdc++.so.6 (0xb7681000)
        libm.so.6 => /lib/libm.so.6 (0xb763e000)
        libgcc_s.so.1 => /lib/libgcc_s.so.1 (0xb7622000)
        libc.so.6 => /lib/libc.so.6 (0xb7464000)
        /lib/ld-linux.so.2 (0xb77a4000)



Re: libmysqlclient_r.so.15 - Sublime - 29.07.2014

Код:
cd
Код:
cd /lib
Код:
wget http://files.directadmin.com/services/es_5.0_64/libmysqlclient.so.15
Код:
chmod 755 libmysqlclient.so.15
And voila, problem fixed.


Re: libmysqlclient_r.so.15 - Mriss - 29.07.2014

did not work


Re: libmysqlclient_r.so.15 - KingPersona - 29.07.2014

Okйй, since i get this problem every time like u, this is how i fix is on CentOS 5 32bit.

cd /usr/lib
w get http://mow.vg/files/libmysqlclient.so.15


Re: libmysqlclient_r.so.15 - KayJ - 29.07.2014

put that folder on your main server folder where you can see gamemodes,fs etc