Delux Host - 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: Delux Host (
/showthread.php?tid=473840)
Delux Host -
Gogorakis - 04.11.2013
I am using Delux Host but plugins cant be loaded.
Код:
208 [21:55:48] Loading plugin: mysql
209 [21:55:48] Failed (plugins/mysql: cannot open shared object file: No such file or directory)
210 [21:55:48] Loading plugin: nativechecker
211 [21:55:48] Failed (plugins/nativechecker: cannot open shared object file: No such file or directory)
212 [21:55:48] Loading plugin: sscanf
213 [21:55:48] Failed (plugins/sscanf: cannot open shared object file: No such file or directory)
214 [21:55:48] Loading plugin: streamer
215 [21:55:48] Failed (plugins/streamer: cannot open shared object file: No such file or directory)
216 [21:55:48] Loading plugin: Whirlpool
217 [21:55:48] Failed (plugins/Whirlpool: cannot open shared object file: No such file or directory)
218 [21:55:48] Loaded 0 plugins.
Help me please.
Re: Delux Host -
GWMPT - 04.11.2013
Windows
Код:
plugins mysql sscanf Whirlpool nativechecker
Linux
Код:
plugins mysql.so sscanf.so Whirlpool.so nativechecker.so
Re: Delux Host -
FlawPaw - 04.11.2013
Check if the host is using CentOS/Linux or Windows, if it is linux then change all the .dll plugins in server.cfg to .so and make sure you've installed the Linux version of the plugins
Re: Delux Host -
Tizz - 16.11.2013
As Kikito said.
Re: Delux Host -
ReD_DeVi - 16.11.2013
windows only have
Код:
plugins sscanf mysql streamer Whirlpool
But Linux
Код:
plugins sscanf.so streamer.so mysql.so Whirlpool.so
Re: Delux Host -
HoboGamings - 16.11.2013
i had the same problem just add .so at te end of all your plugins