Failed (libmysqlclient_r.so.16: cannot open shared object file
#1

Help please, i'm running my server in Ubuntu 14.04 and i get that error whenever i try to run my server, tried updating my server and tried installig the lib mysql packages, still get that error

Код:
[10:40:21] 
[10:40:21] Server Plugins
[10:40:21] --------------
[10:40:21]  Loading plugin: mysql.so
[10:40:21]   Failed (libmysqlclient_r.so.16: cannot open shared object file: No such file or directory)
Reply
#2

Q: I get a Failed (libmysqlclient_r.so.16: cannot open shared object file: No such file or directory) error, how do I fix this?
A: You don't have the MySQL client library installed. Install the "mysql-client" package.

Q: The plugin still can't find the "libmysqlclient_r.so.16", what can I do now?
A: If that error still occurs, you are probably using a newer version of the MySQL client library. In that case use the mysql_5.5.so, which is linked to the libmysqlclient18 rather than the libmysqlclient16.
Reply
#3

Still no luck, can't find wich command used to install the "mysql-client" package, and even when using the mysql_5.5.so, even the libmysqlclient18 isn't found. HELP PLEASE!
Reply
#4

I don't know the commands either for Ubuntu but you can fix it by using a static version of the plugin (there is for the latest versions).
Reply
#5

Which mysql version are you using?
Reply
#6

yum install libmysqlclient_r.so.16

you're welcome! <3

edit: nvm I don't use ubutuntu hate that shit. lol
Reply
#7

Quote:
Originally Posted by ShivRp
Посмотреть сообщение
Which mysql version are you using?
Its 5.5.37
Reply
#8

Quote:

Its 5.5.37

Huh? Change this version
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)