SA-MP Forums Archive
mysql - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: mysql (/showthread.php?tid=493299)



mysql - Mattakil - 08.02.2014

I got this mysql error,
Код:
Failed (libmysqlclient_r.so.16: cannot open shared object file: No such file or directory)
I searched everywhere and cannot find the resolution, I am using centos, and the library is libmysqlclient_r.so.16 not libmysqlclient.so.16, so please, don't link me to the ubuntu fix. If anyone has a direct link to this library, or a fix, that;d be awesome.


Re: mysql - Wizz123 - 08.02.2014

You have to download libmysqlclient_r.so.16 and put it in /usr/lib/.


Re: mysql - Mattakil - 08.02.2014

Quote:
Originally Posted by Wizz123
Посмотреть сообщение
You have to download libmysqlclient_r.so.16 and put it in /usr/lib/.
I'm aware, I cant find a link.

Quote:
Originally Posted by Mattakil
If anyone has a direct link to this library



Re: mysql - Mattakil - 08.02.2014

it's libmysqlclient_r.so.15 sorry :P


Re: mysql - Mattakil - 08.02.2014

It does this using static, 32 and 64 bit plugins.


Re: mysql - Mattakil - 08.02.2014

Код:
[root@server mysql]# locate libmysqlclient
/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
Renaming it didn't work, Is there a newer plugin by blueg that uses 16?