Ubunut Error Loading Directories - 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: Ubunut Error Loading Directories (
/showthread.php?tid=634318)
undefined symbol: _Z13stringvprintfPKcPc) -
aoky - 16.05.2017
I have the plugins in the plugins folder, they are .so and named .so in the CFG. The only plugin that works as of now is the streamer plugin, but my logs aren't updating and I'm not sure why. The server runs and players connect but it just doesn't load the plugins that are need to run my gamemode.
PHP код:
v0.3.7-R2, (C)2005-2015 SA-MP Team
[20:40:54]
[20:40:54] Server Plugins
[20:40:54] --------------
[20:40:54] Loading plugin: mysql
[20:40:54] Failed (plugins/mysql: cannot open shared object file: No such file or directory)
[20:40:54] Loading plugin: sscanf
[20:40:54] Failed (plugins/sscanf: cannot open shared object file: No such file or directory)
[20:40:54] Loading plugin: crashdetect
[20:40:54] Failed (plugins/crashdetect: cannot open shared object file: No such file or directory)
[20:40:54] Loading plugin: streamer
[20:40:54] Failed (plugins/streamer: cannot open shared object file: No such file or directory)
[20:40:54] Loading plugin: Whirlpool
[20:40:54] Failed (plugins/Whirlpool: cannot open shared object file: No such file or directory)
[20:40:54] Loaded 0 plugins.
[20:40:54]
[20:40:54] Filterscripts
[20:40:54] ---------------
[20:40:54] Loading filterscript 'Mapping.amx'...
[20:40:54] Loaded 1 filterscripts.
[20:40:54] Script[gamemodes/SCRP-R39.amx]: Run time error 19: "File or function is not found"
[20:40:54] Number of vehicle models: 0
CFG:
PHP код:
echo Executing Server Config...
lanmode 1
rcon_password 123
maxplayers 50
port 7777
hostname [ENG] Small County Roleplay
gamemode0 SCRP-R39 1
filterscripts Mapping
plugins mysql.so crashdetect.so Whirlpool.so streamer.so sscanf.so
announce 0
query 1
chatlogging 0
weburl N/A
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 300.0
stream_rate 1000
maxnpc 10
logtimeformat [%H:%M:%S]
Re: Ubunut Error Loading Directories -
aoky - 16.05.2017
Fixed it but no I get this:
PHP код:
[00:10:55] Loading plugin: mysql.so
[00:10:55] Failed (plugins/mysql.so: undefined symbol: _Z13stringvprintfPKcPc)
Re: Ubunut Error Loading Directories -
ShihabSoft - 17.05.2017
That's because of an invalid mysql plugin, download the correct version, use mysql-static.so