I have a number of these hosts and have tried all the (reasonable) combinations of linux version and distribution but can't find a zabbix client that will install.
# cat /etc/redhat-release
XenServer release 8.4.0 (xenenterprise)
All attempts give some version of this:
# yum install zabbix-agent2
...
--> Running transaction check
---> Package zabbix-agent2.x86_64 0:7.4.5-release2.el8 will be installed
--> Processing Dependency: libcrypto.so.1.1(OPENSSL_1_1_0)(64bit) for package: zabbix-agent2-7.4.5-release2.el8.x86_64
--> Processing Dependency: libssl.so.1.1(OPENSSL_1_1_0)(64bit) for package: zabbix-agent2-7.4.5-release2.el8.x86_64
--> Processing Dependency: libssl.so.1.1(OPENSSL_1_1_1)(64bit) for package: zabbix-agent2-7.4.5-release2.el8.x86_64
--> Processing Dependency: libc.so.6(GLIBC_2.28)(64bit) for package: zabbix-agent2-7.4.5-release2.el8.x86_64
--> Processing Dependency: libcrypto.so.1.1()(64bit) for package: zabbix-agent2-7.4.5-release2.el8.x86_64
--> Processing Dependency: libpcre2-8.so.0()(64bit) for package: zabbix-agent2-7.4.5-release2.el8.x86_64
--> Processing Dependency: libssl.so.1.1()(64bit) for package: zabbix-agent2-7.4.5-release2.el8.x86_64
--> Finished Dependency Resolution
Error: Package: zabbix-agent2-7.4.5-release2.el8.x86_64 (zabbix)
Requires: libssl.so.1.1()(64bit)
Error: Package: zabbix-agent2-7.4.5-release2.el8.x86_64 (zabbix)
Requires: libssl.so.1.1(OPENSSL_1_1_1)(64bit)
Error: Package: zabbix-agent2-7.4.5-release2.el8.x86_64 (zabbix)
Requires: libssl.so.1.1(OPENSSL_1_1_0)(64bit)
Error: Package: zabbix-agent2-7.4.5-release2.el8.x86_64 (zabbix)
Requires: libcrypto.so.1.1(OPENSSL_1_1_0)(64bit)
Error: Package: zabbix-agent2-7.4.5-release2.el8.x86_64 (zabbix)
Requires: libcrypto.so.1.1()(64bit)
Error: Package: zabbix-agent2-7.4.5-release2.el8.x86_64 (zabbix)
Requires: libpcre2-8.so.0()(64bit)
Error: Package: zabbix-agent2-7.4.5-release2.el8.x86_64 (zabbix)
Requires: libc.so.6(GLIBC_2.28)(64bit)
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
I can get reasonable data just using SNMP but having the zb client on there would be better.
# cat /etc/redhat-release
XenServer release 8.4.0 (xenenterprise)
All attempts give some version of this:
# yum install zabbix-agent2
...
--> Running transaction check
---> Package zabbix-agent2.x86_64 0:7.4.5-release2.el8 will be installed
--> Processing Dependency: libcrypto.so.1.1(OPENSSL_1_1_0)(64bit) for package: zabbix-agent2-7.4.5-release2.el8.x86_64
--> Processing Dependency: libssl.so.1.1(OPENSSL_1_1_0)(64bit) for package: zabbix-agent2-7.4.5-release2.el8.x86_64
--> Processing Dependency: libssl.so.1.1(OPENSSL_1_1_1)(64bit) for package: zabbix-agent2-7.4.5-release2.el8.x86_64
--> Processing Dependency: libc.so.6(GLIBC_2.28)(64bit) for package: zabbix-agent2-7.4.5-release2.el8.x86_64
--> Processing Dependency: libcrypto.so.1.1()(64bit) for package: zabbix-agent2-7.4.5-release2.el8.x86_64
--> Processing Dependency: libpcre2-8.so.0()(64bit) for package: zabbix-agent2-7.4.5-release2.el8.x86_64
--> Processing Dependency: libssl.so.1.1()(64bit) for package: zabbix-agent2-7.4.5-release2.el8.x86_64
--> Finished Dependency Resolution
Error: Package: zabbix-agent2-7.4.5-release2.el8.x86_64 (zabbix)
Requires: libssl.so.1.1()(64bit)
Error: Package: zabbix-agent2-7.4.5-release2.el8.x86_64 (zabbix)
Requires: libssl.so.1.1(OPENSSL_1_1_1)(64bit)
Error: Package: zabbix-agent2-7.4.5-release2.el8.x86_64 (zabbix)
Requires: libssl.so.1.1(OPENSSL_1_1_0)(64bit)
Error: Package: zabbix-agent2-7.4.5-release2.el8.x86_64 (zabbix)
Requires: libcrypto.so.1.1(OPENSSL_1_1_0)(64bit)
Error: Package: zabbix-agent2-7.4.5-release2.el8.x86_64 (zabbix)
Requires: libcrypto.so.1.1()(64bit)
Error: Package: zabbix-agent2-7.4.5-release2.el8.x86_64 (zabbix)
Requires: libpcre2-8.so.0()(64bit)
Error: Package: zabbix-agent2-7.4.5-release2.el8.x86_64 (zabbix)
Requires: libc.so.6(GLIBC_2.28)(64bit)
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
I can get reasonable data just using SNMP but having the zb client on there would be better.
Comment