SA-MP Forums Archive
Can't Start Server - 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: Can't Start Server (/showthread.php?tid=262313)



Can't Start Server - Sascha - 17.06.2011

Hi guys
when I try to start the server on the host (linux) it always returns
pawn Код:
[15:59:20] Server Plugins
[15:59:20] --------------
[15:59:20]  Loading plugin: mysql.so
[15:59:20]   Failed (libmysqlclient_r.so.16: cannot open shared object file: No such file or directory)
[15:59:20]  Loaded 0 plugins.

[15:59:21]
[15:59:21] Filter Scripts
[15:59:21] ---------------
[15:59:21]   Loaded 0 filter scripts.

[15:59:21] Script[gamemodes/teampublic.amx]: Run time error 19: "File or function is not found"
[15:59:21] Number of vehicle models: 0
in the server_log...
So yea it is a problem with the mysql plugin (Strickenkid's) which I installed via the host.. however also checked for all files in the filemanager.. so it includes all files of the plugin, that I also have on my pc.

any idea?


Re: Can't Start Server - [DDC]Delight - 17.06.2011

You gave read/write/all permissions on the GM directory?


Re: Can't Start Server - Sascha - 17.06.2011

yeap... it is just a problem with the mysql.. if I comment the mysql parts in my gm out, it works without any problem


Re: Can't Start Server - Sascha - 17.06.2011

solved.


Re: Can't Start Server - [DDC]Delight - 17.06.2011

What was the solution? :P