[Bug 214313] /net-mgmt/zabbix3-agent : Zabbix agent doesn't work after OpenSSL port update

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Nov 8 11:28:10 UTC 2016


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=214313

            Bug ID: 214313
           Summary: /net-mgmt/zabbix3-agent : Zabbix agent doesn't work
                    after OpenSSL port update
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs at FreeBSD.org
          Reporter: yaruta.arkadiy at gmail.com

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.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list