SA-MP Forums Archive
Plugins problem on hosted 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)
+--- Thread: Plugins problem on hosted server (/showthread.php?tid=462512)



Plugins problem on hosted server - NeXoR - 07.09.2013

I tried to start my server from the control panel
I saw "Unknown"
I checked the server log and I found the problem :

[16:23:49] Server Plugins
[16:23:49] --------------
[16:23:49] Loading plugin: Whirlpool.dll
[16:23:49] Failed (plugins/Whirlpool.dll: invalid ELF header)
[16:23:49] Loading plugin: sscanf.dll
[16:23:49] Failed (plugins/sscanf.dll: invalid ELF header)
[16:23:49] Loading plugin: streamer.dll
[16:23:49] Failed (plugins/streamer.dll: invalid ELF header)
[16:23:49] Loaded 0 plugins.

What should I do ?


Re: Plugins problem on hosted server - Konstantinos - 07.09.2013

I'm sure you're on Linux according to this message "invalid ELF header". Download the .so files, paste them to plugins directory and add to your server.cfg

pawn Код:
plugins Whirlpool.so sscanf.so streamer.so



Re: Plugins problem on hosted server - NeXoR - 07.09.2013

Quote:
Originally Posted by Konstantinos
Посмотреть сообщение
I'm sure you're on Linux according to this message "invalid ELF header". Download the .so files, paste them to plugins directory and add to your server.cfg

pawn Код:
plugins Whirlpool.so sscanf.so streamer.so
Thanks

Everything is working well now.