Hello everyone.
I'm having a bit of trouble trying to properly run/load my server (Linux 32-bit). The log throws this up:
__________
Plugin error >> dlopen() 'plugins/mysql04rel32
.so' failed: plugins/mysql04rel32
.so: cannot open shared object file: No such file or directory
Failed to load plugin: mysql04rel32
and
[0;30m[WARNING][0;37m Could not load script 'scripts/main.nut
'
[0;30m[WARNING][0;37m cannot open the file
[0;30m[ERROR][0;37m No Squirrel gamemode was specified.
__________
I've made sure that the server's files are installed correctly and updated, the server.cfg file is properly formatted (ie case sensitive), and all of the files are physically there.
try setting plugin folder attributes to 0777
chmod 0777 plugins\*.*
and some plugins are not included in the packages thus are on wiki so try downloading all plugins from github
Also make sure your server.cfg is in the unix format, not windows. You can convert it using Notepad++ or using dos2unix linux package.
Solved, thanks guys!
Quote from: Thijn on Dec 28, 2015, 08:16 PMAlso make sure your server.cfg is in the unix format, not windows. You can convert it using Notepad++ or using dos2unix linux package.
What's the difference between those 2?
Quote from: KAKAN on Dec 29, 2015, 06:53 AMQuote from: Thijn on Dec 28, 2015, 08:16 PMAlso make sure your server.cfg is in the unix format, not windows. You can convert it using Notepad++ or using dos2unix linux package.
What's the difference between those 2?
The line endings. Linux uses \n, Windows \r\n