libssl.so.6 missing - 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: libssl.so.6 missing (
/showthread.php?tid=496227)
libssl.so.6 missing -
OmarT2 - 21.02.2014
I get that in my server logs
Код:
[07:12:27] Loading plugin: mysql.so
[07:12:27] Failed (libssl.so.6: cannot open shared object file: No such file or directory)
[07:12:27] Loading plugin: socket.so
[07:12:27] Socket plugin v0.1b loaded.
[07:12:27] Loaded.
[07:12:27] Loaded 3 plugins.
[07:12:27]
[07:12:27] Filterscripts
[07:12:27] ---------------
[07:12:27] Loading filterscript 'gm_custmapping.amx'...
[07:12:27] Loading filterscript 'animations.amx'...
[07:12:27] Loaded 2 filterscripts.
[07:12:27] Script[gamemodes/SRP.amx]: Run time error 19: "File or function is not found"
[07:12:27] Number of vehicle models: 0
idk where can I get libssl.so.6 and the server is not working without it , Any idea ?
Re : libssl.so.6 missing -
MCZOFT - 21.02.2014
Hello , this will work .
Create a symbolic link of
libssl.so.10 and link
libssl.so.6 to libssl.so.10 via this command:
PHP код:
ln -sf /usr/lib/libssl.so.10 /usr/lib/libssl.so.6
Re: libssl.so.6 missing -
adammal - 21.02.2014
You don't host a stolen script