SA-MP Forums Archive
socket - 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: socket (/showthread.php?tid=649013)



socket - KessMan - 01.02.2018

Failed (libcrypto.so.0.9.8: cannot open shared object file: No such file or directory) on Linux platform.

Plugin: socket.so

I use MYSQL R39.

How to fix...?

Thank you.


Re: socket - KessMan - 01.02.2018

Anyone...?


Re: socket - Flamehaze7 - 01.02.2018

Код:
sudo apt-get install openssl
Код:
sudo apt-get install libssl1.0.0



Re: socket - Mugala - 01.02.2018

u need to install these directories to your linux server, if u're using hosting, then ask hosting services to install this, or u cun just simply use static plugin of this mysql version (mysql_static.so)


Re: socket - KessMan - 01.02.2018

Quote:
Originally Posted by Mugalito
Посмотреть сообщение
u need to install these directories to your linux server, if u're using hosting, then ask hosting services to install this, or u cun just simply use static plugin of this mysql version (mysql_static.so)
I use mysql_static.so but I do not know why it does not work ...


Re: socket - Mugala - 01.02.2018

Quote:
Originally Posted by KessMan
Посмотреть сообщение
I use mysql_static.so but I do not know why it does not work ...
u got same error when u used mysql_static.so ?


Re: socket - KessMan - 01.02.2018

Quote:
Originally Posted by Mugalito
Посмотреть сообщение
u got same error when u used mysql_static.so ?
Код HTML:
[22:17:36] [debug] Run time error 19: "File or function is not found"
[22:17:36] [debug]  socket_create
[22:17:36] [debug]  is_socket_valid
[22:17:36] [debug]  socket_set_max_connections
[22:17:36] [debug]  socket_bind
[22:17:36] [debug]  socket_listen
[22:17:36] [debug]  socket_destroy
[22:17:36] [debug] Run time error 19: "File or function is not found"
[22:17:36] [debug]  socket_create
[22:17:36] [debug]  is_socket_valid
[22:17:36] [debug]  socket_set_max_connections
[22:17:36] [debug]  socket_bind
[22:17:36] [debug]  socket_listen
[22:17:36] [debug]  socket_destroy
[22:17:36] Script[gamemodes/GM.amx]: Run time error 19: "File or function is not found"



Re: socket - Sew_Sumi - 01.02.2018

Post up the entire log for the startup, not just the errors... The log will tell you what's not loading if you've got the plugin in the cfg file.