SA-MP Forums Archive
Failed (libmysqlclient_r.so.16: cannot open shared object file - 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: Failed (libmysqlclient_r.so.16: cannot open shared object file (/showthread.php?tid=517546)



Failed (libmysqlclient_r.so.16: cannot open shared object file - JakeGuzik - 05.06.2014

Help please, i'm running my server in Ubuntu 14.04 and i get that error whenever i try to run my server, tried updating my server and tried installig the lib mysql packages, still get that error

Код:
[10:40:21] 
[10:40:21] Server Plugins
[10:40:21] --------------
[10:40:21]  Loading plugin: mysql.so
[10:40:21]   Failed (libmysqlclient_r.so.16: cannot open shared object file: No such file or directory)



Re: Failed (libmysqlclient_r.so.16: cannot open shared object file - Konstantinos - 05.06.2014

Q: I get a Failed (libmysqlclient_r.so.16: cannot open shared object file: No such file or directory) error, how do I fix this?
A: You don't have the MySQL client library installed. Install the "mysql-client" package.

Q: The plugin still can't find the "libmysqlclient_r.so.16", what can I do now?
A: If that error still occurs, you are probably using a newer version of the MySQL client library. In that case use the mysql_5.5.so, which is linked to the libmysqlclient18 rather than the libmysqlclient16.


Re: Failed (libmysqlclient_r.so.16: cannot open shared object file - JakeGuzik - 05.06.2014

Still no luck, can't find wich command used to install the "mysql-client" package, and even when using the mysql_5.5.so, even the libmysqlclient18 isn't found. HELP PLEASE!


Re: Failed (libmysqlclient_r.so.16: cannot open shared object file - Konstantinos - 05.06.2014

I don't know the commands either for Ubuntu but you can fix it by using a static version of the plugin (there is for the latest versions).


Re: Failed (libmysqlclient_r.so.16: cannot open shared object file - Guest4390857394857 - 05.06.2014

Which mysql version are you using?


Re: Failed (libmysqlclient_r.so.16: cannot open shared object file - Mark_Weston - 05.06.2014

yum install libmysqlclient_r.so.16

you're welcome! <3

edit: nvm I don't use ubutuntu hate that shit. lol


Re: Failed (libmysqlclient_r.so.16: cannot open shared object file - JakeGuzik - 05.06.2014

Quote:
Originally Posted by ShivRp
Посмотреть сообщение
Which mysql version are you using?
Its 5.5.37


Re: Failed (libmysqlclient_r.so.16: cannot open shared object file - MichealScript - 05.06.2014

Quote:

Its 5.5.37

Huh? Change this version