libmysqlclient_r.so.16
#1

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

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

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

Quote:
Originally Posted by Wizzard2H
Посмотреть сообщение
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
https://github.com/pBlueG/SA-MP-MySQ...8-linux.tar.gz - Update it the R38 and use the mysql_static.so /ONLY/ and it will allow you to run your server without all those Library errors.
Reply
#5

Quote:
Originally Posted by SaintMikey
Посмотреть сообщение
https://github.com/pBlueG/SA-MP-MySQ...8-linux.tar.gz - Update it the R38 and use the mysql_static.so /ONLY/ and it will allow you to run your server without all those Library errors.
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?
Reply
#6

Quote:
Originally Posted by Wizzard2H
Посмотреть сообщение
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?
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!
Reply
#7

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

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?
Reply
#9

Quote:
Originally Posted by Wizzard2H
Посмотреть сообщение
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?
Not correctly written. In the earlier MySQL Versions it was said that the MYSQL_HOST should always be at 127.0.0.1 at a local connection
Reply
#10

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'
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)