Mysql problem - 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 problem (
/showthread.php?tid=519708)
Mysql problem -
Petricko - 15.06.2014
When i try to start my server i geting this error, can anyone tell me how to solve the problem. I using CentOS 6 32bit.
Код:
[17:26:40] Loading plugin: mysql.so
[17:26:40] Failed (libmysqlclient_r.so.16: cannot open shared object file: No such file or directory)
Re: Mysql problem -
Konstantinos - 15.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: Mysql problem -
RenovanZ - 15.06.2014
You should install mysql server & apache.
If your OS Windows, download XAMPP or WAMP.
If Linux, download LAMPP.