SA-MP Forums Archive
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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: MYSQL problem. (/showthread.php?tid=262989)



MYSQL problem. - SILENT! - 20.06.2011

From the old topic: https://sampforum.blast.hk/showthread.php?tid=262744 .

I changed both hostings, and now it says:

[09:12:07]
[09:12:07] Filter Scripts
[09:12:07] ---------------
[09:12:07] Loaded 0 filter scripts.

[09:12:07] Script[gamemodes/sss.amx]: Run time error 19: "File or function is not found"
[09:12:07] Number of vehicle models: 0


###################[ End of log ]#########################


Re: MYSQL problem. - Stigg - 20.06.2011

Is the gm amx file in your gamemode folder ?


Re: MYSQL problem. - SILENT! - 20.06.2011

Are you kiddin me?


Here is the problem:

[09:20:24] Loading plugin: mysql.so
[09:20:24] Failed (libmysqlclient_r.so.15: cannot open shared object file: No such file or directory)


Re: MYSQL problem. - SILENT! - 20.06.2011

Resolved.


Re: MYSQL problem. - Stigg - 20.06.2011

Quote:
Originally Posted by SILENT!
Посмотреть сообщение
Are you kiddin me?


Here is the problem:

[09:20:24] Loading plugin: mysql.so
[09:20:24] Failed (libmysqlclient_r.so.15: cannot open shared object file: No such file or directory)
No i'm not kidding, i was just going by:
Код:
[09:12:07] Script[gamemodes/sss.amx]: Run time error 19: "File or function is not found"
In your first post. Now you post a new error:
Код:
[09:20:24] Failed (libmysqlclient_r.so.15: cannot open shared object file: No such file or directory)
This may help you though:

http://forums.mysql.com/read.php?11,56170,56170


Re: MYSQL problem. - SILENT! - 20.06.2011

I already resolved it.

I had just libmysqlclient.so.15 in samp folder. I renamed it in libmysqlclient_r.so.15 and it worked.