SA-MP Forums Archive
Linux Server not loading plugins - 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: Linux Server not loading plugins (/showthread.php?tid=214309)



Linux Server not loading plugins - randomkid88 - 21.01.2011

My linux server isn't loading the plugins we have selected in server.cfg, and therefore the gamemode isn't loading. We have 3 plugins, streamer, Whirlpool, and sscanf. They are all in the plugins directory and in the server.cfg as below:
Код:
 plugins streamer Whirlpool sscanf
We have also tried adding .so extension to each with same results.

Any help will be appreciated.


Re: Linux Server not loading plugins - Marty_Alex - 21.01.2011

Quote:
Originally Posted by randomkid88
Посмотреть сообщение
My linux server isn't loading the plugins we have selected in server.cfg, and therefore the gamemode isn't loading. We have 3 plugins, streamer, Whirlpool, and sscanf. They are all in the plugins directory and in the server.cfg as below:
Код:
 plugins streamer Whirlpool sscanf
We have also tried adding .so extension to each with same results.

Any help will be appreciated.
You have Streamer Plugin v2.5.2
try that?


Re: Linux Server not loading plugins - randomkid88 - 21.01.2011

Thats the one we have.


Re: Linux Server not loading plugins - PeteShag - 21.01.2011

Any errors?


Re: Linux Server not loading plugins - randomkid88 - 21.01.2011

Not in compiling the gamemode. The server log says:
Код:
[21:16:53]  Loading plugin: streamer
[21:16:53]   Failed (plugins/streamer: cannot open shared object file: No such file or directory)
[21:16:53]  Loading plugin: Whirlpool
[21:16:53]   Failed (plugins/Whirlpool: cannot open shared object file: No such file or directory)
[21:16:53]  Loading plugin: sscanf
[21:16:53]   Failed (plugins/sscanf: cannot open shared object file: No such file or directory)
[21:16:53]  Loaded 0 plugins.
The directory does exist though.


Re: Linux Server not loading plugins - Riddy - 21.01.2011

What host you using?
If it is a custom panel it more like you have to install on the Mods section of CPanel


Re: Linux Server not loading plugins - Gabe - 21.01.2011

Many filesystems on linux distros are CaSe-Sensitive. For example, You can have a file 'file' and 'File', separately. Try copying the entire file name of the shared object in the server.cfg. (I think that Whirlpool might actually be named whirpool.so, someone that I host had this issue.)


Re: Linux Server not loading plugins - Raz0r1000 - 21.01.2011

With Linux servers, they can only use .so files. I assume the .so files should have come with those plugins so use
Код:
plugins streamer.so Whirlpool.so sscanf.so



Re: Linux Server not loading plugins - randomkid88 - 21.01.2011

@riddy123: We are using Game Panel X.

@Gabe: All of the plugins are case-correct.

@Raz0r1000: I'm not sure I understand what you're saying but they are all linux and the .so is added in the server.cfg


Re: Linux Server not loading plugins - Raz0r1000 - 21.01.2011

Maybe you should just try to reinstall :/