Opened 15 years ago
Closed 15 years ago
#23230 closed defect (fixed)
zabbix needs dependencies on curl and openssl
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | markd@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.8.2 |
Keywords: | Cc: | ||
Port: | zabbix |
Description
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.
Change History (1)
comment:1 Changed 15 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Fixed in r62588.