(libssl.so.6 - SQL issue - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Server (
https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (
https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: (libssl.so.6 - SQL issue (
/showthread.php?tid=484338)
(libssl.so.6 - SQL issue -
Shockey HD - 30.12.2013
Getting the following error
Код:
[15:37:31] Loading plugin: mysql_centos.so
[15:37:31] Failed (libssl.so.6: cannot open shared object file: No such file or directory)
[15:37:31] Loaded 1 plugins.
Im hosting with CentOS 6 (32-bit)
Re: (libssl.so.6 - SQL issue -
Mark™ - 30.12.2013
Create a symbolic link of libssl.so.10 and link libssl.so.6 to libssl.so.10 via this command:
Код:
ln -sf /usr/lib/libssl.so.10 /usr/lib/libssl.so.6
Re: (libssl.so.6 - SQL issue -
Shockey HD - 30.12.2013
Quote:
Originally Posted by Mark™
Create a symbolic link of libssl.so.10 and link libssl.so.6 to libssl.so.10 via this command:
Код:
ln -sf /usr/lib/libssl.so.10 /usr/lib/libssl.so.6
|
Thanks!!!!