[MacPorts] #23230: zabbix needs dependencies on curl and openssl
MacPorts
noreply at macports.org
Mon Jan 11 02:47:27 PST 2010
#23230: zabbix needs dependencies on curl and openssl
-------------------------------------+--------------------------------------
Reporter: ryandesign@… | Owner: markd@…
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 1.8.2
Keywords: | Port: zabbix
-------------------------------------+--------------------------------------
zabbix links with curl and openssl:
{{{
$ otool -L /opt/local/sbin/zabbix/zabbix_server
/opt/local/sbin/zabbix/zabbix_server:
/opt/local/lib/libsqlite3.0.dylib (compatibility version 9.0.0,
current version 9.6.0)
/opt/local/lib/libcurl.4.dylib (compatibility version 6.0.0,
current version 6.1.0)
/opt/local/lib/libssl.0.9.8.dylib (compatibility version 0.9.8,
current version 0.9.8)
/opt/local/lib/libcrypto.0.9.8.dylib (compatibility version 0.9.8,
current version 0.9.8)
/opt/local/lib/libz.1.dylib (compatibility version 1.0.0, current
version 1.2.3)
/usr/lib/libnetsnmp.15.dylib (compatibility version 17.0.0,
current version 17.2.0)
/usr/lib/libresolv.9.dylib (compatibility version 1.0.0, current
version 38.0.0)
/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current
version 125.0.0)
}}}
Dependencies on curl and openssl need to be added.
--
Ticket URL: <http://trac.macports.org/ticket/23230>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
More information about the macports-tickets
mailing list