New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #23230 (closed defect: fixed)

Opened 3 years ago

Last modified 3 years ago

zabbix needs dependencies on curl and openssl

Reported by: ryandesign@… 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

comment:1 Changed 3 years ago by ryandesign@…

  • Status changed from new to closed
  • Resolution set to fixed

Fixed in r62588.

Note: See TracTickets for help on using tickets.