Hi all
I've problem with installing zabbix-agent on my Centos6.8
It tries to install package for Centos 7
On different server with centos 6.6 everything goes well.
I've problem with installing zabbix-agent on my Centos6.8
It tries to install package for Centos 7
Code:
#cat /etc/centos-release
CentOS release 6.8 (Final)
[root@server zabbix-3.0.1]# rpm -ivh http://repo.zabbix.com/zabbix/3.0/rhel/6/x86_64/zabbix-release-3.0-1.el6.noarch.rpm
Retrieving http://repo.zabbix.com/zabbix/3.0/rhel/6/x86_64/zabbix-release-3.0-1.el6.noarch.rpm
Preparing... ########################################### [100%]
1:zabbix-release ########################################### [100%]
[root@server zabbix-3.0.1]# yum install -y zabbix-agent
Loaded plugins: fastestmirror, security
Setting up Install Process
Loading mirror speeds from cached hostfile
* base: ftp.icm.edu.pl
* extras: ftp.icm.edu.pl
* updates: mirror-pl.kielcetechnologypark.net
Resolving Dependencies
--> Running transaction check
---> Package zabbix-agent.x86_64 0:3.0.5-1.el7 will be installed
--> Processing Dependency: systemd for package: zabbix-agent-3.0.5-1.el7.x86_64
--> Processing Dependency: libc.so.6(GLIBC_2.17)(64bit) for package: zabbix-agent-3.0.5-1.el7.x86_64
--> Processing Dependency: libc.so.6(GLIBC_2.14)(64bit) for package: zabbix-agent-3.0.5-1.el7.x86_64
--> Processing Dependency: libc.so.6(GLIBC_2.15)(64bit) for package: zabbix-agent-3.0.5-1.el7.x86_64
--> Finished Dependency Resolution
Error: Package: zabbix-agent-3.0.5-1.el7.x86_64 (zabbix)
Requires: libc.so.6(GLIBC_2.17)(64bit)
Error: Package: zabbix-agent-3.0.5-1.el7.x86_64 (zabbix)
Requires: libc.so.6(GLIBC_2.14)(64bit)
Error: Package: zabbix-agent-3.0.5-1.el7.x86_64 (zabbix)
Requires: systemd
Error: Package: zabbix-agent-3.0.5-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