Bug 214313

Summary: /net-mgmt/zabbix3-agent : Zabbix agent doesn't work after OpenSSL port update
Product: Ports & Packages Reporter: Arkadiy Yaruta <yaruta.arkadiy>
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed Not Enough Information    
Severity: Affects Only Me    
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   

Description Arkadiy Yaruta 2016-11-08 11:28:10 UTC
Zabbix agent doesn't work after OpenSSL port update on server where was installed zabbix3-agent-3.0.5. Agent requires libssl.so.8 and libcrypto.so.8. OS 10.3-RELEASE-p12 have only libssl.so.9 and libcrypto.so.9.

Workaround is to make two simlinks to new libssl.so.9 and libcrypto.so.9.
ln -s libssl.so.9 libssl.so.8
ln -s libcrypto.so.9 libcrypto.so.8

After that zabbix3-agent-3.0.5 can start and run.