SA-MP Forums Archive
libmysqlclient_r.so.16 problem CENTOS 7 64bit - 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.16 problem CENTOS 7 64bit (/showthread.php?tid=654923)



libmysqlclient_r.so.16 problem CENTOS 7 64bit - Franklyns - 09.06.2018

I have some issues when using nohup ./samp03svr &, and im using CENTOS 7 64bit with Mariadb installed and got this eror:
"Failed (libmysqlclient_r.so.16: cannot open shared object file: No such file or directory)"

i have checked /usr/lib64/mysql and there's only
Code:
libmysqlclient.so
libmysqlclient.so.18
libmysqlclient.so.18.0.0
libmysqlclient_r.so
server.log
Code:
[06:47:46]   Loaded.
[06:47:46]  Loading plugin: mysql.so
[06:47:46]   Failed (libmysqlclient_r.so.16: cannot open shared object file: No such file or directory)
[06:47:46]  Loading plugin: nativechecker.so
[06:47:46]   Loaded.
[06:47:46]  Loaded 4 plugins.
*sorry for my bad english, can you help me to fix this??*


Re: libmysqlclient_r.so.16 problem CENTOS 7 64bit - Ilias_ - 09.06.2018

try to run the static version of the plugin.


Re: libmysqlclient_r.so.16 problem CENTOS 7 64bit - Franklyns - 16.06.2018

thx.. it works!