Ticket #23880 (closed defect: worksforme)
rtmpdump should use MacPorts zlib and openssl
| Reported by: | ryandesign@… | Owned by: | captsolo@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 1.8.2 |
| Keywords: | Cc: | ||
| Port: | rtmpdump |
Description
rtmpdump uses Mac OS X openssl and zlib. It should instead use MacPorts openssl and zlib.
$ otool -L /opt/local/bin/rtmpdump /opt/local/bin/rtmpdump: /usr/lib/libcrypto.0.9.8.dylib (compatibility version 0.9.8, current version 0.9.8) /usr/lib/libz.1.dylib (compatibility version 1.0.0, current version 1.2.3) /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 125.0.0)
Change History
comment:2 Changed 2 years ago by jmr@…
- Status changed from new to closed
- Resolution set to worksforme
Seems fine now.
% otool -L work/destroot/opt/local/bin/rtmpdump work/destroot/opt/local/bin/rtmpdump: /opt/local/lib/libcrypto.1.0.0.dylib (compatibility version 1.0.0, current version 1.0.0) /opt/local/lib/libz.1.dylib (compatibility version 1.0.0, current version 1.2.5) /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 125.2.10)
Note: See
TracTickets for help on using
tickets.


This means the port can currently only install on Snow Leopard; see #24562 for what happens on Leopard.