installing old MySQL client libraries (libmysqlclient.so.15, libpq.so.4)
Posted
by
Elijah Paul
on Server Fault
See other posts from Server Fault
or by Elijah Paul
Published on 2013-06-29T01:31:05Z
Indexed on
2013/06/29
4:22 UTC
Read the original article
Hit count: 527
I'm attempting to install Nagios plugins on a Zimbra 8.0.2 server running CentOS 6.4, but have run into the following error when I run yum install nagios-plugins-all
Error: Package: nagios-plugins-mysql-1.4.15-2.el5.x86_64 (epel)
Requires: libmysqlclient.so.15()(64bit)
Error: Package: nagios-plugins-pgsql-1.4.15-2.el5.x86_64 (epel)
Requires: libpq.so.4()(64bit)
Error: Package: nagios-plugins-mysql-1.4.15-2.el5.x86_64 (epel)
Requires: libmysqlclient.so.15(libmysqlclient_15)(64bit)
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
How can I install these libraries (libmysqlclient.so.15 & libpq.so.4)?
Will installing these libraries possibly break Zimbra?
© Server Fault or respective owner