CentOS 7 Mysql Loading Failed (libmysqlclient.so.18) - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Server (
https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (
https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: CentOS 7 Mysql Loading Failed (libmysqlclient.so.18) (
/showthread.php?tid=618833)
CentOS 7 Mysql Loading Failed (libmysqlclient.so.18) -
Chocopie - 10.10.2016
Hi, i just upgrade my database up to Mysql latest (R41). But when runing server that plugins got failed. Anyone can help me fix this? Thanks you !
[17:50:19] Loading plugin: mysql.so
[17:50:19] Failed (libmysqlclient.so.18: cannot open shared object file: No such file or directory)
my server still have 'libmysqlclient.so.18' but i don't know why alway load failed
/usr/lib64/libmysqlclient.so.18
/usr/lib64/mysql/libmysqlclient.so.18
/usr/lib64/mysql/libmysqlclient.so.18.1.0
Re: CentOS 7 Mysql Loading Failed (libmysqlclient.so.18) -
Chocopie - 10.10.2016
help me pls
Re: CentOS 7 Mysql Loading Failed (libmysqlclient.so.18) -
tronyx - 10.10.2016
Hi,
On CentOS 7, libmysqlclient.so.18 is in one of those packages:
"yum install mariadb-libs"
Re: CentOS 7 Mysql Loading Failed (libmysqlclient.so.18) -
Chocopie - 10.10.2016
Quote:
Originally Posted by tronyx
Hi,
On CentOS 7, libmysqlclient.so.18 is in one of those packages:
"yum install mariadb-libs"
|
That mariadb-libs were installed. Bwt i just got helped by Jeroen52 on Github, if anyone have same problem can going there for this
https://github.com/pBlueG/SA-MP-MySQL/issues/130 !
Re: CentOS 7 Mysql Loading Failed (libmysqlclient.so.18) -
Nightmares - 20.10.2016
You're trying to run ngrp script right?
Re: CentOS 7 Mysql Loading Failed (libmysqlclient.so.18) -
Yousha - 20.10.2016
Sometimes copying
libmysqlclient.so.18 to your server(its root) directory solves this error...