Failed Plugins Error! - 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)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Failed Plugins Error! (
/showthread.php?tid=273623)
Failed Plugins Error! -
Ork3n - 02.08.2011
pawn Код:
SA-MP Dedicated Server
----------------------
v0.3c R5, (C)2005-2011 SA-MP Team
[18:16:49]
[18:16:49] Server Plugins
[18:16:49] --------------
[18:16:49] Loading plugin: mysql.so
[18:16:49] Failed (libmysqlclient_r.so.16: cannot open shared object file: No such file or directory)
[18:16:49] Loaded 0 plugins.
I'm using CentOS Linux 5.3
Re: Failed Plugins Error! -
Calgon - 02.08.2011
Try execute this in SSH:
Код:
yum -y --enablerepo=centosplus install mysql-server mysql
yum -y install mysql-devel
If you don't have SSH access, contact your host about this problem.
EDIT: Stop creating a million threads and try the solution I provided.
Re: Failed Plugins Error! -
Ork3n - 02.08.2011
Quote:
Originally Posted by Calg00ne
Try execute this in SSH:
Код:
yum -y --enablerepo=centosplus install mysql-server mysql
yum -y install mysql-devel
If you don't have SSH access, contact your host about this problem.
|
Ok already installed,
I send you my msn via PM
Re: Failed Plugins Error! -
Calgon - 02.08.2011
No, I'm not adding you on MSN.
Try creating a symbolic link with an older version of libmysqlclient_r.so.
pawn Код:
ln -s /usr/lib/mysql/libmysqlclient_r.so.15 /usr/lib/mysql/libmysqlclient_r.so.16
If '.15' does not exist, try go down a number to '.14', etc.
Re: Failed Plugins Error! -
Ork3n - 02.08.2011
I am using xampp for apache mysql
Re: Failed Plugins Error! -
Calgon - 02.08.2011
That's irrelevant. Try create the symbolic link.
Re: Failed Plugins Error! -
Ork3n - 02.08.2011
ready and I made the symbolic link.
Re: Failed Plugins Error! -
Tigerkiller - 02.08.2011
put the dll file into plugins folder and try