Linux Server problem

Started by PSL, Jan 27, 2025, 02:48 PM

Previous topic - Next topic

PSL

.so: cannot open shared object file: No such file or directory
Failed to load plugin: squirrel04rel64


.
├── announce.log
├── plugins
│   ├── announce04rel64.so
│   ├── mysql04rel64.so
│   ├── sockets04rel64.so
│   └── squirrel04rel64.so
├── scripts
│   └── main.nut
├── server64
├── server.cfg
└── server_log.txt

gamemode Default
plugins announce04rel64 squirrel04rel64
port 8192
sqgamemode scripts/main.nut

What kind of question is that

habi2

Change line encoding of server.cfg to LF. Use Notepad++

PSL

Thank you. That problem has been solved, but a new problem has arisen

Loaded plugin: announce04rel64

Plugin error >> 'plugins/mysql04rel64.so' plugin is for incompatible API version 0.0 (current is 2.0).
Loaded plugin: mysql04rel64

Plugin error >> 'plugins/sockets04rel64.so' plugin is for incompatible API version 0.0 (current is 2.0).
Loaded plugin: sockets04rel64

Loaded plugin: squirrel04rel64

habi2

May be the mysql04rel64 is old. Download latest one from https://forum.vc-mp.org/index.php?topic=6031.0

Did it fixed the problem?

PSL

Oh no, I used the plugin from 2015, I switched to 2018 now, the problem is fixed