I tried to install the Zabbix Agent2 7.0 on a Suse SLES 15.1 distro and got the error bellow.
Then, I noticed that Zabbix version 7.0 supports Suse 15.4+.
I then tried the Agent2 version 6.0, but got the same error. It seems that version 6.0 should be supported, since the doc suggests that Suse 15.1+ is supported.
OpenSSL is installed with the latest version.
So, I'm not sure why it fails. Any thoughts on this?
Then, I noticed that Zabbix version 7.0 supports Suse 15.4+.
I then tried the Agent2 version 6.0, but got the same error. It seems that version 6.0 should be supported, since the doc suggests that Suse 15.1+ is supported.
Code:
$ sudo rpm -qa 'zabbix*' zabbix-release-6.0-4.sles15.noarch $ sudo zypper install zabbix-agent2 Loading repository data... Reading installed packages... Resolving package dependencies... Problem: nothing provides libssl.so.1.1(OPENSSL_1_1_1)(64bit) needed by zabbix-agent2-6.0.33-release2.sles15.x86_64 Solution 1: do not install zabbix-agent2-6.0.33-release2.sles15.x86_64 Solution 2: break zabbix-agent2-6.0.33-release2.sles15.x86_64 by ignoring some of its dependencies
OpenSSL is installed with the latest version.
Code:
$ sudo zypper install openssl Loading repository data... Reading installed packages... 'openssl' is already installed. No update candidate for 'openssl-1.1.0i-3.3.1.noarch'. The highest available version is already installed. $ sudo rpm -qa '*ssl*' openssl-1_1-1.1.0i-14.6.1.x86_64 libxmlsec1-openssl1-1.2.28-7.5.1.x86_64 libopenssl1_1-1.1.0i-14.6.1.x86_64 openssl-1.1.0i-3.3.1.noarch
So, I'm not sure why it fails. Any thoughts on this?
Comment