Opened 14 years ago

Closed 13 years ago

#23885 closed defect (worksforme)

httping doesn't use MacPorts openssl

Reported by: ryandesign (Ryan Carsten Schmidt) Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 1.8.2
Keywords: Cc: marius.brandsegg@…
Port: httping

Description

httping uses Mac OS X openssl. Ports should use MacPorts versions of libraries. See the FAQ.

$ otool -L /opt/local/bin/httping
/opt/local/bin/httping:
	/usr/lib/libssl.0.9.8.dylib (compatibility version 0.9.8, current version 0.9.8)
	/usr/lib/libcrypto.0.9.8.dylib (compatibility version 0.9.8, current version 0.9.8)
	/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 125.0.0)

Change History (1)

comment:1 Changed 13 years ago by jmroot (Joshua Root)

Resolution: worksforme
Status: newclosed
% otool -L work/destroot/opt/local/bin/httping
work/destroot/opt/local/bin/httping:
	/opt/local/lib/libssl.1.0.0.dylib (compatibility version 1.0.0, current version 1.0.0)
	/opt/local/lib/libcrypto.1.0.0.dylib (compatibility version 1.0.0, current version 1.0.0)
	/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 125.2.10)
Note: See TracTickets for help on using tickets.