Opened 15 years ago
Closed 14 years ago
#23880 closed defect (worksforme)
rtmpdump should use MacPorts zlib and openssl
Reported by: | ryandesign (Ryan Carsten Schmidt) | 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 (2)
comment:1 Changed 14 years ago by ryandesign (Ryan Carsten Schmidt)
comment:2 Changed 14 years ago by jmroot (Joshua Root)
Resolution: | → worksforme |
---|---|
Status: | new → closed |
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.