SA-MP Forums Archive
Runtime Error 19 - 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: Runtime Error 19 (/showthread.php?tid=496132)



Runtime Error 19 - Mattakil - 20.02.2014

I'm using blueg mysql, it's not my script, though I installed libssl, I am using ubuntu 32 bit 12.04.

Код:
SA-MP Dedicated Server
----------------------
v0.3x-R2, ©2005-2013 SA-MP Team

[20:14:53] filterscripts = ""  (string)
[20:14:53] 
[20:14:53] Server Plugins
[20:14:53] --------------
[20:14:53]  Loading plugin: mysql.so
[20:14:53]   Failed (libssl.so.0.9.8: cannot open shared object file: No such file or directory)
[20:14:53]  Loading plugin: nativechecker.so
[20:14:53]   Loaded.
[20:14:53]  Loading plugin: sscanf.so
[20:14:53] 

[20:14:53]  ===============================



Re: Runtime Error 19 - Konstantinos - 20.02.2014

Permission denied. Set the permisions for the plugins folder as executable.


Re: Runtime Error 19 - Mattakil - 20.02.2014

Quote:
Originally Posted by Konstantinos
Посмотреть сообщение
Permission denied. Set the permisions for the plugins folder as executable.
I fixed the log, i was getting an error, so i tried using another plugin and forgot to set permissions, updated the code with the proper error.


Re: Runtime Error 19 - Mattakil - 20.02.2014

okay, it appears the plugin didn't allow the newer version of libssl, so I did

apt-cache search libssl

then found the package

libssl0.9.8

And it works now