I tried install zabbix agent 3.0 on centos 6 but it raise error:
Zabbix 3.0 support centos 6?
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
Comment