libmysqlclient_r.so.15
#1

Help with this please.

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

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

CentOS 7 64Bit
Reply
#4

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

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

Код:
cd
Код:
cd /lib
Код:
chmod 755 libmysqlclient.so.15
And voila, problem fixed.
Reply
#7

did not work
Reply
#8

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

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


Forum Jump:


Users browsing this thread: 1 Guest(s)