Hi dear community,
I successfully installed zabbix-server previously into our development environment using recommendations from :
https://www.zabbix.com/fr/download?zabbix=7.0&os_distribution=red_hat_enterp rise_linux&os_version=8&components=server_frontend _agent&db=pgsql&ws=apache
and sources from:
While installing onto another RHEL8 server in production, I am facing a dependency issue :
results in
(despite zabbix-web-7.0.0-release1.el8.noarch being already installed, as seen below)
results in
I tried to install each package before the other, but it looks like dependencies are failing between these two packages.
I searched for any older zabbix* package depiste this being the first attempt, and did not found any :
I tried to clean DNF cache and update :
But I am still having the same issue which prevents the installation. I ensured that I was not installing packages from another distribution as well, as read into similar topics.
Does anyone knows what could be happening here by any chance ?
PS : I can reproduce onto different servers in the same environment. The Linux version is the same between development and production :
Many thanks in advance for your help - all.
Have an excellent day.
I successfully installed zabbix-server previously into our development environment using recommendations from :
https://www.zabbix.com/fr/download?zabbix=7.0&os_distribution=red_hat_enterp rise_linux&os_version=8&components=server_frontend _agent&db=pgsql&ws=apache
and sources from:
While installing onto another RHEL8 server in production, I am facing a dependency issue :
Code:
#sudo dnf install -y zabbix-web-deps-7.0.0-release1.el8.noarch.rpm
Code:
Problem: conflicting requests - nothing provides zabbix-web = 7.0.0-release1.el8 needed by zabbix-web-deps-7.0.0-release1.el8.noarch from @commandline - nothing provides zabbix-web-database = 7.0.0-release1.el8 needed by zabbix-web-deps-7.0.0-release1.el8.noarch from @commandline
Code:
#sudo dnf install -y zabbix-web-pgsql-7.0.0-release1.el8.noarch.rpm
Code:
nothing provides zabbix-web-deps = 7.0.0-release1.el8 needed by zabbix-web-pgsql-7.0.0-release1.el8.noarch from @commandline
I searched for any older zabbix* package depiste this being the first attempt, and did not found any :
Code:
#rpm -qa | grep -i zab zabbix-web-7.0.0-release1.el8.noarch zabbix-server-pgsql-7.0.0-release1.el8.x86_64 zabbix-selinux-policy-7.0.0-release1.el8.x86_64 zabbix-sql-scripts-7.0.0-release1.el8.noarch
Code:
#sudo dnf clean all #sudo rm -r /var/cache/dnf/ #sudo dnf upgrade
Does anyone knows what could be happening here by any chance ?
PS : I can reproduce onto different servers in the same environment. The Linux version is the same between development and production :
Code:
Linux ************ 4.18.0-553.el8_10.x86_64 #1 SMP Fri May 10 15:19:13 EDT 2024 x86_64 x86_64 x86_64 GNU/Linux
Have an excellent day.
Comment