hi, I use centos 6.8
I m following the instructions at the page https://www.zabbix.com/documentation..._from_packages
and when I run the command "yum -y install zabbix-server-mysql zabbix-web-mysql zabbix-agent"
I receive the message
Error: Package: zabbix-server-mysql-3.0.28-1.el6.x86_64 (zabbix)
Requires: libnetsnmp.so.20()(64bit)
Error: Package: zabbix-server-mysql-3.0.28-1.el6.x86_64 (zabbix)
Requires: libOpenIPMIposix.so.0()(64bit)
Error: Package: zabbix-server-mysql-3.0.28-1.el6.x86_64 (zabbix)
Requires: libodbc.so.2()(64bit)
Error: Package: zabbix-server-mysql-3.0.28-1.el6.x86_64 (zabbix)
Requires: libOpenIPMI.so.0()(64bit)
what do I need to fix it and achieve the installation of zabbix 3.0?
the zabbix.repo:
cat /etc/yum.repos.d/zabbix.repo
[zabbix]
name=Zabbix Official Repository - $basearch
baseurl=http://repo.zabbix.com/zabbix/3.0/rhel/6/$basearch/
enabled=1
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-ZABBIX
[zabbix-non-supported]
name=Zabbix Official Repository non-supported - $basearch
baseurl=http://repo.zabbix.com/non-supported/rhel/6/$basearch/
enabled=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-ZABBIX
gpgcheck=1
I m following the instructions at the page https://www.zabbix.com/documentation..._from_packages
and when I run the command "yum -y install zabbix-server-mysql zabbix-web-mysql zabbix-agent"
I receive the message
Error: Package: zabbix-server-mysql-3.0.28-1.el6.x86_64 (zabbix)
Requires: libnetsnmp.so.20()(64bit)
Error: Package: zabbix-server-mysql-3.0.28-1.el6.x86_64 (zabbix)
Requires: libOpenIPMIposix.so.0()(64bit)
Error: Package: zabbix-server-mysql-3.0.28-1.el6.x86_64 (zabbix)
Requires: libodbc.so.2()(64bit)
Error: Package: zabbix-server-mysql-3.0.28-1.el6.x86_64 (zabbix)
Requires: libOpenIPMI.so.0()(64bit)
what do I need to fix it and achieve the installation of zabbix 3.0?
the zabbix.repo:
cat /etc/yum.repos.d/zabbix.repo
[zabbix]
name=Zabbix Official Repository - $basearch
baseurl=http://repo.zabbix.com/zabbix/3.0/rhel/6/$basearch/
enabled=1
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-ZABBIX
[zabbix-non-supported]
name=Zabbix Official Repository non-supported - $basearch
baseurl=http://repo.zabbix.com/non-supported/rhel/6/$basearch/
enabled=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-ZABBIX
gpgcheck=1
Comment