Hi,
I'm trying to install Zabbix 6.0 on SLES15.
So I downloaded all "6.0.1-1.sles15" files from the repo below:
So after that I'm trying to install one by one as explained in this link(Without zypper) --> https://www.zabbix.com/download?zabb...ysql&ws=apache
But it gives error when I'm trying to install this package --> " zabbix-web-mysql-6.0.1-1.sles15.noarch.rpm"
I tried to install first "zabbix-web-deps-6.0.1-1.sles15.noarch.rpm" but it's also gives error like below;
I'm not sure what to do or what should I install at this point? Any idea?
Regards.
I'm trying to install Zabbix 6.0 on SLES15.
So I downloaded all "6.0.1-1.sles15" files from the repo below:
HTML Code:
https://repo.zabbix.com/zabbix/6.0/sles/15/x86_64/
But it gives error when I'm trying to install this package --> " zabbix-web-mysql-6.0.1-1.sles15.noarch.rpm"
Code:
zabbixserver:/zabbix/6.0 # rpm -iv zabbix-web-mysql-6.0.1-1.sles15.noarch.rpm error: Failed dependencies: zabbix-web = 6.0.1-1.sles15 is needed by zabbix-web-mysql-6.0.1-1.sles15.noarch zabbix-web-deps = 6.0.1-1.sles15 is needed by zabbix-web-mysql-6.0.1-1.sles15.noarch
Code:
zabbixserver:/zabbix/6.0 # rpm -iv zabbix-web-deps-6.0.1-1.sles15.noarch.rpm error: Failed dependencies: zabbix-web is needed by zabbix-web-deps-6.0.1-1.sles15.noarch zabbix-web = 6.0.1-1.sles15 is needed by zabbix-web-deps-6.0.1-1.sles15.noarch zabbix-web-database = 6.0.1-1.sles15 is needed by zabbix-web-deps-6.0.1-1.sles15.noarch
I'm not sure what to do or what should I install at this point? Any idea?
Regards.
Comment