SA-MP Forums Archive
Error starting Sql.. - 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: Error starting Sql.. (/showthread.php?tid=578647)



Error starting Sql.. - ManGoe - 21.06.2015

[05:32:54] Loading plugin: mysql.so
[05:32:54] Failed (libmysqlclient_r.so.15: cannot open shared object file: No such file or directory)



Re: Error starting Sql.. - Jimmy0wns - 21.06.2015

Try this:
Код:
cd /usr/lib ; wget http://mow.vg/files/libmysqlclient.so.15 ; cp libmysqlclient.so.15 hlibmysqlclient_.so.15
Please use ****** next time, there's a ton of topics about it and you're just creating a new one, please just don't.


Re: Error starting Sql.. - ManGoe - 21.06.2015

I done it 2 times m8 FAIL!
and my VPS is CentOS 6


Re: Error starting Sql.. - SoFahim - 21.06.2015

Use MySql_Static


Re: Error starting Sql.. - VenomMancer - 21.06.2015

Please use plugin.mysql: R39-2.
its compitable for any OS (Win/Linx)


Re: Error starting Sql.. - ManGoe - 21.06.2015

I will try but now i am using stickenkid v2.1


Re: Error starting Sql.. - Jake187 - 21.06.2015

Use the CentOS version of the mySQL plugin, download and install mySQL using it's official repo located at https://dev.mysql.com/downloads/repo/yum/ once you have installed mySQL using that repo for the lib files simply
yum install mysql-community-libs-compat
yum install mysql-community-libs

this will make sure you have all the libs and they will be updated to the latest ones always, downloading a lib and replacing it manually is a very bad idea.