Ad Widget

Collapse

zabbix-proxy install fails on dependency fping

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • rv_overseer
    Junior Member
    • Jul 2014
    • 14

    #1

    zabbix-proxy install fails on dependency fping

    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.
  • rv_overseer
    Junior Member
    • Jul 2014
    • 14

    #2
    I even tried this guide:

    This guide covers easily installing Zabbix 3.0 on CentOS 7 with a MySQL database back-end. No fuzz, just the basics to get things up and running.

    Comment

    • rv_overseer
      Junior Member
      • Jul 2014
      • 14

      #3
      Instead of downloading fping source and compiling it manually, look for an fping rpm on pbone and install it with the zabbix-proxy rpm.

      [SOLVED]

      Comment

      Working...