Posts: 1,498
Threads: 110
Joined: Aug 2013
Well , the file is there at /usr/lib still I get this error while using R37 mysql plugin by BlueG
Код:
Failed (libmysqlclient_r.so.16: cannot open shared object file: No such file or directory)
[18:40:37]
Posts: 2
Threads: 0
Joined: Jun 2015
Reputation:
0
I'm running R34 MySQL plugin of BlueG and it works perfectly, I removed mysql.so and added mysql_static.so, If required I can see if I can find the upload from the mysql_static one and upload it for you, with that it should also work perfectly without the libmysqlclient_r.so.16 error coming up.
Posts: 1,498
Threads: 110
Joined: Aug 2013
Hey xFenatoo thanks for the help I'll try the mysql_static.so , seems like it didn't work the libmysqlclient_r.so.16 after all
Код:
Failed (libmysqlclient_r.so.16: cannot open shared object file: No such file or directory)
[18:40:37]
I use r37 version
Posts: 1,498
Threads: 110
Joined: Aug 2013
Quote:
Originally Posted by SaintMikey
|
Thanks I found the r37 one with mysql_static.so works fine , the problem now is whirlpool doesnt want to load for no reason at all I mean the plugin is there everything gets loaded except the whirlpool any idea's?
Posts: 1,498
Threads: 110
Joined: Aug 2013
Quote:
Originally Posted by SaintMikey
Whirlpool doesn't work if you do not have the W capitalized in the word. Make sure you have it like this;
plugins Whirlpool.so - Otherwise it won't run as it doesn't recognize it name.
Hope I am helping you out in this. Feedback is appreciated if something doesn't work!
|
Nah the plugin name is with "w" but I changed the places so it works now , few more things need to be fixed to run the server let me try it myself if I can't solve it , i'll post it
All who tried to help and solve the errors are reputated
Posts: 1,498
Threads: 110
Joined: Aug 2013
OK seems like mysql doesn't want to connect to DB , I've setup a DB but the GM says it couldn't connect even though the details are correctly written
Код:
#define MYSQL_HOST "localhost"
#define MYSQL_USER "hidden"
#define MYSQL_UPASS "hidden"
#define MYSQL_DB "hidden"
It's localhost because it's on the VPS itself , any clue why it won't connect to the DB?
Posts: 1,498
Threads: 110
Joined: Aug 2013
It's not a local connection , it's on my VPS (CentOS) anyways this happens right now after I've fixed the error above (forgot to flush privileges)
Код:
Can't connect to local MySQL server through socket '/tmp/mysql.sock'