Run time error 19: "File or function is not found" -
alfinsh - 01.04.2014
hello there. I have problems with my samp server 0.3z version under linux OS.
logfiles:
SA-MP Dedicated Server
----------------------
v0.3z, ©2005-2014 SA-MP Team
[04:13:05]
[04:13:05] Server Plugins
[04:13:05] --------------
[04:13:05] Loading plugin: streamer.so
[04:13:05]
*** Streamer Plugin v2.7 by Incognito loaded ***
[04:13:05] Loaded.
[04:13:05] Loading plugin: mysql.so
[04:13:05] Failed (libssl.so.6: cannot open shared object file: No such file or directory)
[04:13:05] Loading plugin: sscanf.so
[04:13:05]
[04:13:05] ===============================
[04:13:05] sscanf plugin loaded.
[04:13:05] © 2009 Alex "******" Cole
[04:13:05] ===============================
[04:13:05] Loaded.
[04:13:05] Loaded 2 plugins.
[04:13:05]
[04:13:05] Ban list
[04:13:05] --------
[04:13:05] Loaded: samp.ban
[04:13:05]
[04:13:05]
[04:13:05] Filterscripts
[04:13:05] ---------------
[04:13:05] Loading filterscript 'iradio.amx'...
[04:13:05] Loaded 1 filterscripts.
[04:13:05] Script[gamemodes/LSL-RP.amx]: Run time error 19: "File or function is not found"
[04:13:05] Number of vehicle models: 0
Plugins:
LSL-RP.amx already recompiled
streamer.so version 2.7
Server.cfg:
echo Executing Server Config...
lanmode 0
rcon_password xxxxxx
maxplayers 50
bind IP goes here
port 7777
hostname xxxxxx RolePlay
gamemode0 LSL-RP 1
filterscripts iradio
announce 1
query 1
weburl xxxxxx
maxnpc 0
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 300.0
stream_rate 1000
plugins streamer.so mysql.so sscanf.so
!!!!!!!!!
Failed (libssl.so.6: cannot open shared object file: No such file or directory)
Detected - in hosting server are disabled ssl . Need to know if this is the problem ?
Re: Run time error 19: "File or function is not found" -
SiraBots - 01.04.2014
You are missing any plugin, re-check your plugins and recompile once updated.
Re: Run time error 19: "File or function is not found" -
stundje - 01.04.2014
Код:
[04:13:05] Failed (libssl.so.6: cannot open shared object file: No such file or directory)
You should put the files in the correct directory otherwise it won't work.
Re: Run time error 19: "File or function is not found" -
alfinsh - 01.04.2014
all files are in correct dirs .
/gamemodes/ Gamemode file.amxx
/plugins/mysql sscanf streamer .so and dll files
and this file libssl.so , is not included @ server.cfg plugins line
Re: Run time error 19: "File or function is not found" -
SiraBots - 01.04.2014
Well in your server config, have you set it like this?
plugins mysql.so sscanf.so streamer.so
Re: Run time error 19: "File or function is not found" -
alfinsh - 01.04.2014
see 1 post :
Yes in server cfg have line: plugins streamer.so mysql.so sscanf.so
P.S almost forgot ,"Mode" in server list shows as unknown
EDIT: my version was correct ,
"Detected - in hosting server are disabled ssl . Need to know if this is the problem ?" solution apt-get install libssl0.9.x