我试图在运行 CentOS 6.4 的 Zimbra 8.0.2 服务器上安装 Nagios 插件,但在运行时遇到以下错误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
我如何安装这些库(libmysqlclient.so.15 和 libpq.so.4)?
安装这些库可能会破坏 Zimbra 吗?
答案1
看起来我必须删除一些缓存的包:
通过运行解决了这个问题:
yum clean all
然后
yum clean metadata
1.4.16-5.el6.x86_64.rpm
运行以下命令即可通过 epel repo 获取最新版本的 nagios-plugins (yum install nagios-plugins-all