Ad Widget

Collapse

Install zabbix agent 3.0 on centos 6

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • davidvan
    Junior Member
    • Feb 2016
    • 2

    #1

    Install zabbix agent 3.0 on centos 6

    I tried install zabbix agent 3.0 on centos 6 but it raise error:
    Code:
    # yum install zabbix-agent
    
    Resolving Dependencies
    --> Running transaction check
    ---> Package zabbix-agent.x86_64 0:3.0.0-1.el7 will be installed
    --> Processing Dependency: systemd for package: zabbix-agent-3.0.0-1.el7.x86_64
    --> Processing Dependency: libc.so.6(GLIBC_2.17)(64bit) for package: zabbix-agent-3.0.0-1.el7.x86_64
    --> Processing Dependency: libc.so.6(GLIBC_2.14)(64bit) for package: zabbix-agent-3.0.0-1.el7.x86_64
    --> Processing Dependency: libc.so.6(GLIBC_2.15)(64bit) for package: zabbix-agent-3.0.0-1.el7.x86_64
    --> Processing Dependency: libodbc.so.2()(64bit) for package: zabbix-agent-3.0.0-1.el7.x86_64
    --> Running transaction check
    ---> Package unixODBC.x86_64 0:2.2.14-14.el6 will be installed
    ---> Package zabbix-agent.x86_64 0:3.0.0-1.el7 will be installed
    --> Processing Dependency: systemd for package: zabbix-agent-3.0.0-1.el7.x86_64
    --> Processing Dependency: libc.so.6(GLIBC_2.17)(64bit) for package: zabbix-agent-3.0.0-1.el7.x86_64
    --> Processing Dependency: libc.so.6(GLIBC_2.14)(64bit) for package: zabbix-agent-3.0.0-1.el7.x86_64
    --> Processing Dependency: libc.so.6(GLIBC_2.15)(64bit) for package: zabbix-agent-3.0.0-1.el7.x86_64
    --> Finished Dependency Resolution
    Error: Package: zabbix-agent-3.0.0-1.el7.x86_64 (zabbix)
               Requires: libc.so.6(GLIBC_2.14)(64bit)
    Error: Package: zabbix-agent-3.0.0-1.el7.x86_64 (zabbix)
               Requires: libc.so.6(GLIBC_2.17)(64bit)
    Error: Package: zabbix-agent-3.0.0-1.el7.x86_64 (zabbix)
               Requires: systemd
    Error: Package: zabbix-agent-3.0.0-1.el7.x86_64 (zabbix)
               Requires: libc.so.6(GLIBC_2.15)(64bit)
     You could try using --skip-broken to work around the problem
     You could try running: rpm -Va --nofiles --nodigest
    Zabbix 3.0 support centos 6?
  • Atsushi
    Senior Member
    • Aug 2013
    • 2028

    #2
    The package is for RHEL 7.
    Also because the different versions of dependent libraries, does not work on RHEL/CentOS 6.

    Please install the Zabbix 3.0 from source.
    Or, Please wait until the package is published.

    FYI:

    Comment

    • davidvan
      Junior Member
      • Feb 2016
      • 2

      #3
      Thank for your info.
      I not found source from page: http://www.zabbix.com/download.php

      Comment

      • Atsushi
        Senior Member
        • Aug 2013
        • 2028

        #4
        Please check "Zabbix Sources" section.

        You can download Zabbix 3.0 LTS source.

        Comment

        Working...