[Ajuda] SA-MP Server: Erro MySQL Linux. - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: Non-English (
https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (
https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Português/Portuguese (
https://sampforum.blast.hk/forumdisplay.php?fid=34)
+---- Thread: [Ajuda] SA-MP Server: Erro MySQL Linux. (
/showthread.php?tid=637692)
SA-MP Server: Erro MySQL Linux. -
dudu_Insane - 19.07.2017
Код:
Failed (libssl.so.6: cannot open shared object file: No such file or directory)
Ao tentar iniciar o samp com o plugin MySQL no linux, aparece esse erro, tentei instalar as lib SLL, porйm sem sucesso. O Que devo fazer?
Re: SA-MP Server: Erro MySQL Linux. -
Saw_BR - 20.07.2017
Para Sistemas CentOS 64Bits
Код:
yum info openssl ;
yum search libssl.so.6 ;
Apresenta os pacotes
Instalar caso necessбrio
Код:
yum install openssl -y ;
libssl.so.6 estб na pasta /usr/lib64/
======================================
Nгo funcionou? Tente isso:
Baixe a Nova versгo para Centos 7
Compilaзгo para instalar:
Код:
cd openssl-1.0.2l ;
./config ;
make ;
make test ;
make install ;
Se continuar a versгo antiga, faзa uma cуpia do arquivo bin openssl:
Код:
mv /usr/bin/openssl /root/ ;
ln -s /usr/local/ssl/bin/openssl /usr/bin/openssl ;
Verifique Agora.