SA-MP Forums Archive
Only for good scripters please ! - 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: Only for good scripters please ! (/showthread.php?tid=558499)



Only for good scripters please ! - DonBonanno - 17.01.2015

Hello..
I have LSL-RP server and when i load server on SA:MP host i have a error with mysql..
[15:55:23] Loading plugin: mysql.so
[15:55:23] Failed (libssl.so.6: cannot open shared object file: No such file or directory)
I can't update Mysql to 39-2 version because i have 26 error after..-
Errors with "mysql_fetch_row" and many..39-2 don't have function from R5..

What i need to do to keep r5 ? I don't know what to do with Failed (libssl.so.6: cannot open shared object file: No such file or directory)


Re: Only for good scripters please ! - fatlirmorina - 17.01.2015

You're running server client windows or linux?


Re: Only for good scripters please ! - DonBonanno - 17.01.2015

Linux..i have Hosting..CentOS


Re: Only for good scripters please ! - CalvinC - 17.01.2015

Read the error.
Quote:

cannot open shared object file: No such file or directory

You don't have the SSL library required.


Re: Only for good scripters please ! - DonBonanno - 17.01.2015

Can you give me a link please ? I don't find this lib,...


Re: Only for good scripters please ! - CalvinC - 17.01.2015

Sorry, i don't know where to get it.


Re: Only for good scripters please ! - DonBonanno - 17.01.2015

Someone ? A solution ?


Re: Only for good scripters please ! - DonBonanno - 17.01.2015

Anybody ? Please..
I can't update my plugin..i don't know why..I think 39-2 mysql don't have R5 functions..


Re: Only for good scripters please ! - Lynn - 17.01.2015

Try using the Linux version, instead of the Centos.
It sounds dumb, but It worked for me a while back when I had this error.


Re: Only for good scripters please ! - Sithis - 17.01.2015

Why are you using a system you are not even familiar with?

It clearly reports libssl is missing, so try yum install openssl.