open.mp forum
[Server] Problems loading plugins in ubuntu - Printable Version

+ open.mp forum (https://forum.open.mp)
-- Forum: SA-MP (https://forum.open.mp/forumdisplay.php?fid=3)
--- Forum: Support (https://forum.open.mp/forumdisplay.php?fid=12)
--- Thread: [Server] Problems loading plugins in ubuntu (/showthread.php?tid=1664)



Problems loading plugins in ubuntu - McZulian - 2021-02-11

Hi! I'm McZulian (sorry if my english is kinda bad, i'm argentinean)
I'm trying to create a SAMP plugin using an ubuntu VPS becouse the gamehost forced me to use MySQL R41 and my gamemode uses R39 and i can't update it.
I did everything, i have an ftp connection to the server, phpmyadmin running well and everything. But when i try to run the server, it runs, but my gamemode does not work. And it does not load any of the plugins i have.
This is my server log

----------
Loaded log file: "server_log.txt".
----------

SA-MP Dedicated Server
----------------------
v0.3.7-R2, ©2005-2015 SA-MP Team

[22:20:28] filterscripts = ""? (string)
password = ""? (string)

Server Plugins
--------------
Loading plugin: sscanf
? Failed (plugins/sscanf: cannot open shared object file: No such file or directory)
Loading plugin: mysql
? Failed (plugins/mysql: cannot open shared object file: No such file or directory)
Loading plugin: streamer
? Failed (plugins/streamer: cannot open shared object file: No such file or directory)
Loading plugin: nativechecker
? Failed (plugins/nativechecker: cannot open shared object file: No such file or directory)
Loading plugin: Whirlpool
? Failed (plugins/Whirlpool: cannot open shared object file: No such file or directory)
Loaded 0 plugins.


Filterscripts
---------------
? Loaded 0 filterscripts.

Script[gamemodes/roleplay.amx]: Run time error 19: "File or function is not found"
Number of vehicle models: 0

i'm using South Central as a base gamemode

I did everything in my knowledge and still didn't get it to work. In my pc, using windows it works just fine, no problems there. But when i go to a linux server, everything goes to hell


RE: Problems loading plugins in ubuntu - Radical - 2021-02-12

Did you add ".so" to them in server.cfg?



Code:
plugins sscanf.so mysql.so streamer.so whirlpool.so nativechecker.so



RE: Problems loading plugins in ubuntu - destiezk - 2021-02-15

You didn't add ".so" after the plugins.