SA-MP Forums Archive
Error while loading sql and irc plugins - 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: Error while loading sql and irc plugins (/showthread.php?tid=577585)



Error while loading sql and irc plugins - Bondage - 12.06.2015

Error while loading sql and irc plugins, this is what i get.
Im using centos 6.6 - 32 bit

pawn Код:
Loading plugin: mysql.so
[11:48:59]   Failed (libmysqlclient_r.so.15: cannot open shared object file: No such file or directory)
[11:48:59]  Loading plugin: irc.so
[11:48:59]   Failed (libcrypto.so.0.9.8: cannot open shared object file: No such file or directory)
I know those two libs are not installed, do anyone know how to do so or does anyone experienced the same error could help me
Any help would be appreciated


Re: Error while loading sql and irc plugins - StuartD - 12.06.2015

Have a read through this topic.

https://sampforum.blast.hk/showthread.php?tid=537714

EDIT:

Try this
Код:
cd /usr/lib
wget http://mow.vg/files/libmysqlclient.so.15



Re: Error while loading sql and irc plugins - Bondage - 12.06.2015

Quote:
Originally Posted by StuartD
Посмотреть сообщение
Have a read through this topic.

https://sampforum.blast.hk/showthread.php?tid=537714

EDIT:

Try this
Код:
cd /usr/lib
wget http://mow.vg/files/libmysqlclient.so.15
But libmysqlclient_r.so.15 is what i need not the one you mentioned ;/