Failed Plugins Error!
#1

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
Reply
#2

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.
Reply
#3

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
Reply
#4

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.
Reply
#5

I am using xampp for apache mysql
Reply
#6

That's irrelevant. Try create the symbolic link.
Reply
#7

ready and I made the symbolic link.
Reply
#8

put the dll file into plugins folder and try
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)