Hello,
we would like to install the Zabbix Agent on a Grommunio server based on a SUSE 12.3.
When installing the Zabbix Agent (5.0LTS) it installs openssl1.0.0 for me.
If I want to start the agent I get the following error message in jornalctl -xe
openssl is available on the server in different versions:
So far, my internet search has not really been successful.
we would like to install the Zabbix Agent on a Grommunio server based on a SUSE 12.3.
When installing the Zabbix Agent (5.0LTS) it installs openssl1.0.0 for me.
If I want to start the agent I get the following error message in jornalctl -xe
Code:
Feb 02 11:04:52 MAIL zabbix_agentd[14411]: /usr/sbin/zabbix_agentd: symbol lookup error: /usr/sbin/zabbix_agentd: undefined symbol: EC_KEY_free, version OPENSSL_1.0.0 Feb 02 11:04:52 MAIL systemd[1]: zabbix-agent.service: Control process exited, code=exited, status=127/n/a
Code:
rpm -qa | grep openssl openssl-1.1.1d-1.46.noarch openssl-1_1-1.1.1d-11.38.1.x86_64 php7-openssl-7.4.6-3.29.1.x86_64 libopenssl1_0_0-1.0.2p-3.46.2.x86_64 libopenssl1_1-1.1.1d-11.38.1.x86_64
Comment