SA-MP Forums Archive
mysql error! - 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 error! (/showthread.php?tid=517643)



mysql error! - b0b - 06.06.2014

PHP код:
[04:53:38Server Plugins
[04:53:38] --------------
[
04:53:38]  Loading pluginmysql.so
[04:53:38]   Failed (libmysqlclient_r.so.16cannot open shared object fileNo such file or 
PHP код:
[04:53:38Script[gamemodes/asdasd.amx]: Run time error 19"File or function is not found"
[04:53:38Number of vehicle models
How i can fix this mysql error? Sorry ,postcount!


Re: mysql error! - Pboachie - 06.06.2014

Whats in your plugins folder?


Re: mysql error! - b0b - 06.06.2014

mysql.so , sscanf.so stream,so


Re: mysql error! - Pboachie - 06.06.2014

Find and add libmysqlclient_r.so.16 to your plugins folder, then recompile. Let me know how it goes .


Re: mysql error! - Jack_Leslie - 06.06.2014

Which mysql plugin are you using?


Re: mysql error! - b0b - 06.06.2014

r16 mysql i have server root folder


Re: mysql error! - Jack_Leslie - 06.06.2014

This thread has a fix: https://sampforum.blast.hk/showthread.php?tid=280057


Re: mysql error! - Mark_Weston - 06.06.2014

Quote:
Originally Posted by Pboachie
Посмотреть сообщение
Find and add libmysqlclient_r.so.16 to your plugins folder, then recompile. Let me know how it goes .
This does absolutely nothing.

If you're a centos user simply use "yum install libmysqlclient_r.so.16"

If you use anything else then I don't know.