Hi,
I'm not sure if people came across the issue where the zabbix-proxy installation is dependent on fping.
On my CenOS 7.3 production server (not open to internet), I downloaded and did a make install fping from fping.org (v4)
However yum does not pick it up and still reports the dependency:
[root@server1 sbin]# yum --exclude=fping install /opt/temp/zabbix/zabbix-proxy-mysql-3.4.4-2.el7.x86_64.rpm
Examining /opt/temp/zabbix/zabbix-proxy-mysql-3.4.4-2.el7.x86_64.rpm: zabbix-proxy-mysql-3.4.4-2.el7.x86_64
Marking /opt/temp/zabbix/zabbix-proxy-mysql-3.4.4-2.el7.x86_64.rpm to be installed
Resolving Dependencies
--> Running transaction check
---> Package zabbix-proxy-mysql.x86_64 0:3.4.4-2.el7 will be installed
--> Processing Dependency: fping for package: zabbix-proxy-mysql-3.4.4-2.el7.x86_64
--> Processing Dependency: libOpenIPMI.so.0()(64bit) for package: zabbix-proxy-mysql-3.4.4-2.el7.x86_64
--> Processing Dependency: libOpenIPMIposix.so.0()(64bit) for package: zabbix-proxy-mysql-3.4.4-2.el7.x86_64
--> Processing Dependency: libevent-2.0.so.5()(64bit) for package: zabbix-proxy-mysql-3.4.4-2.el7.x86_64
--> Processing Dependency: libnetsnmp.so.31()(64bit) for package: zabbix-proxy-mysql-3.4.4-2.el7.x86_64
--> Running transaction check
---> Package OpenIPMI-libs.x86_64 0:2.0.19-15.el7 will be installed
--> Processing Dependency: OpenIPMI-modalias = 2.0.19-15.el7 for package: OpenIPMI-libs-2.0.19-15.el7.x86_64
---> Package libevent.x86_64 0:2.0.21-4.el7 will be installed
---> Package net-snmp-libs.x86_64 1:5.7.2-24.el7_2.1 will be installed
---> Package zabbix-proxy-mysql.x86_64 0:3.4.4-2.el7 will be installed
--> Processing Dependency: fping for package: zabbix-proxy-mysql-3.4.4-2.el7.x86_64
--> Running transaction check
---> Package OpenIPMI-modalias.x86_64 0:2.0.19-15.el7 will be installed
---> Package zabbix-proxy-mysql.x86_64 0:3.4.4-2.el7 will be installed
--> Processing Dependency: fping for package: zabbix-proxy-mysql-3.4.4-2.el7.x86_64
--> Finished Dependency Resolution
Error: Package: zabbix-proxy-mysql-3.4.4-2.el7.x86_64 (/zabbix-proxy-mysql-3.4.4-2.el7.x86_64)
Requires: fping
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
[root@server1 sbin]# which fping
/usr/local/sbin/fping
[root@server1 sbin]# cat /etc/centos-release
CentOS Linux release 7.3.1611 (Core)
Your suggestions would be most appreciated.
I'm not sure if people came across the issue where the zabbix-proxy installation is dependent on fping.
On my CenOS 7.3 production server (not open to internet), I downloaded and did a make install fping from fping.org (v4)
However yum does not pick it up and still reports the dependency:
[root@server1 sbin]# yum --exclude=fping install /opt/temp/zabbix/zabbix-proxy-mysql-3.4.4-2.el7.x86_64.rpm
Examining /opt/temp/zabbix/zabbix-proxy-mysql-3.4.4-2.el7.x86_64.rpm: zabbix-proxy-mysql-3.4.4-2.el7.x86_64
Marking /opt/temp/zabbix/zabbix-proxy-mysql-3.4.4-2.el7.x86_64.rpm to be installed
Resolving Dependencies
--> Running transaction check
---> Package zabbix-proxy-mysql.x86_64 0:3.4.4-2.el7 will be installed
--> Processing Dependency: fping for package: zabbix-proxy-mysql-3.4.4-2.el7.x86_64
--> Processing Dependency: libOpenIPMI.so.0()(64bit) for package: zabbix-proxy-mysql-3.4.4-2.el7.x86_64
--> Processing Dependency: libOpenIPMIposix.so.0()(64bit) for package: zabbix-proxy-mysql-3.4.4-2.el7.x86_64
--> Processing Dependency: libevent-2.0.so.5()(64bit) for package: zabbix-proxy-mysql-3.4.4-2.el7.x86_64
--> Processing Dependency: libnetsnmp.so.31()(64bit) for package: zabbix-proxy-mysql-3.4.4-2.el7.x86_64
--> Running transaction check
---> Package OpenIPMI-libs.x86_64 0:2.0.19-15.el7 will be installed
--> Processing Dependency: OpenIPMI-modalias = 2.0.19-15.el7 for package: OpenIPMI-libs-2.0.19-15.el7.x86_64
---> Package libevent.x86_64 0:2.0.21-4.el7 will be installed
---> Package net-snmp-libs.x86_64 1:5.7.2-24.el7_2.1 will be installed
---> Package zabbix-proxy-mysql.x86_64 0:3.4.4-2.el7 will be installed
--> Processing Dependency: fping for package: zabbix-proxy-mysql-3.4.4-2.el7.x86_64
--> Running transaction check
---> Package OpenIPMI-modalias.x86_64 0:2.0.19-15.el7 will be installed
---> Package zabbix-proxy-mysql.x86_64 0:3.4.4-2.el7 will be installed
--> Processing Dependency: fping for package: zabbix-proxy-mysql-3.4.4-2.el7.x86_64
--> Finished Dependency Resolution
Error: Package: zabbix-proxy-mysql-3.4.4-2.el7.x86_64 (/zabbix-proxy-mysql-3.4.4-2.el7.x86_64)
Requires: fping
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
[root@server1 sbin]# which fping
/usr/local/sbin/fping
[root@server1 sbin]# cat /etc/centos-release
CentOS Linux release 7.3.1611 (Core)
Your suggestions would be most appreciated.
Comment