Attempting to go through the steps for installing Zabbix 5.0.3 on RHEL 7.
I'm able to successfully execute: rpm -Uvh https://repo.zabbix.com/zabbix/5.0/r...el7.noarch.rpm
I have also edited the /etc/yum.repos.d/zabbix.repo to enable the front end repository.
When I attempt to execute: yum install zabbix-server-mysql zabbix-agent, I get a curl error [Errno 14] curl#52 - "Empty reply from server"
I've set up http proxy and https proxies in my yum configuration, and I can download the rpms via wget, however, I've reached a dependency that I can't find a rpm for:
error: Failed dependencies:
zabbix-web-database-scl = 5.0.3-1.el7 is needed by zabbix-apache-conf-scl-5.0.3-1.el7.noarch
Please advise as to what I need to check to get the repository working.
Thanks
I'm able to successfully execute: rpm -Uvh https://repo.zabbix.com/zabbix/5.0/r...el7.noarch.rpm
I have also edited the /etc/yum.repos.d/zabbix.repo to enable the front end repository.
When I attempt to execute: yum install zabbix-server-mysql zabbix-agent, I get a curl error [Errno 14] curl#52 - "Empty reply from server"
I've set up http proxy and https proxies in my yum configuration, and I can download the rpms via wget, however, I've reached a dependency that I can't find a rpm for:
error: Failed dependencies:
zabbix-web-database-scl = 5.0.3-1.el7 is needed by zabbix-apache-conf-scl-5.0.3-1.el7.noarch
Please advise as to what I need to check to get the repository working.
Thanks
Comment