Hi,
does anyone have an idea how I can install zabbix agent on Xenserver with XCP-ng OS?
I tried to add the repo with this command but I got an error.
then I tried to install the dependencies but I got an error again
Example
any idea or help would be grateful
Thanks
Ostad
does anyone have an idea how I can install zabbix agent on Xenserver with XCP-ng OS?
HTML Code:
# cat /etc/os-release NAME="XCP-ng" VERSION="8.1.0" ID="xenenterprise" ID_LIKE="centos rhel fedora" VERSION_ID="8.1.0" PRETTY_NAME="XCP-ng 8.1.0" ANSI_COLOR="0;31" HOME_URL="http://xcp-ng.org/" BUG_REPORT_URL="https://github.com/xcp-ng/xcp"
HTML Code:
# uname -a Linux xen1 4.19.0+1 Home SMP Thu Feb 13 17:34:28 CET 2020 x86_64 x86_64 x86_64 GNU/Linux
I tried to add the repo with this command but I got an error.
HTML Code:
# rpm -Uvh https://repo.zabbix.com/zabbix/6.0/rhel/8/x86_64/zabbix-agent-6.0.7-1.el8.x86_64.rpm Retrieving https://repo.zabbix.com/zabbix/6.0/rhel/8/x86_64/zabbix-agent-6.0.7-1.el8.x86_64.rpm warning: /var/tmp/rpm-tmp.ICI8Iv: Header V4 RSA/SHA512 Signature, key ID a14fe591: NOKEY error: Failed dependencies: libcrypto.so.1.1()(64bit) is needed by zabbix-agent-6.0.7-1.el8.x86_64 libcrypto.so.1.1(OPENSSL_1_1_0)(64bit) is needed by zabbix-agent-6.0.7-1.el8.x86_64 libpcre2-8.so.0()(64bit) is needed by zabbix-agent-6.0.7-1.el8.x86_64 libssl.so.1.1()(64bit) is needed by zabbix-agent-6.0.7-1.el8.x86_64 libssl.so.1.1(OPENSSL_1_1_0)(64bit) is needed by zabbix-agent-6.0.7-1.el8.x86_64 libssl.so.1.1(OPENSSL_1_1_1)(64bit) is needed by zabbix-agent-6.0.7-1.el8.x86_64
then I tried to install the dependencies but I got an error again
Example
HTML Code:
# yum install libcrypto.so.1.1 -y Failed to set locale, defaulting to C No package libcrypto.so.1.1 available. Error: Nothing to do
any idea or help would be grateful
Thanks
Ostad
Comment