Ad Widget

Collapse

Zabbix 2.2 on rhel 7

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • pradhans0906
    Junior Member
    • Jun 2016
    • 2

    #1

    Zabbix 2.2 on rhel 7

    hello ,

    Am trying to install zabbix 2.2 version on RHEL 7 and am getting beow errors once i executed this .


    yum install zabbix-server-mysql zabbix-web-mysql


    --> Finished Dependency Resolution
    Error: Package: iksemel-1.4-2.el6.x86_64
    Requires: libgnutls.so.26(GNUTLS_1_4)(64bit)
    Error: Package: zabbix-server-mysql-2.4.6-1.el6.x86_64
    Requires: libnetsnmp.so.20()(64bit)
    Error: Package: zabbix-web-2.4.6-1.el6.noarch
    Requires: php-mbstring
    Error: Package: zabbix-web-2.4.6-1.el6.noarch
    Requires: php-bcmath
    Error: Package: iksemel-1.4-2.el6.x86_64
    Requires: libgnutls.so.26()(64bit)
    You could try using --skip-broken to work around the problem
    You could try running: rpm -Va --nofiles --nodigest

    Dont know why exactly it's looking for the el6 ? can someone please put some light on it and provide some feedback.
  • Atsushi
    Senior Member
    • Aug 2013
    • 2028

    #2
    Repository of setting is incorrect.
    Please use the repository of Zabbix 2.2 for RHEL 7.

    Code:
    # yum remove zabbix-release
    # yum install http://repo.zabbix.com/zabbix/2.2/rhel/7/x86_64/zabbix-release-2.2-1.el7.noarch.rpm
    # yum clean all
    # yum install zabbix-server-mysql zabbix-web-mysql

    Comment

    • pradhans0906
      Junior Member
      • Jun 2016
      • 2

      #3
      Thank you , the repo was point to old version , after fixing was able to continue with the installation .

      Thanks for your input .

      Comment

      Working...