For those trying to find out what libraries are tied to an application (ie. ldd in linux) you can use otool -L FILENAME:
% otool -L /usr/bin/ftpThe actual output is on two lines; shown here on three to minimize article width.
/usr/bin/ftp:
/usr/lib/libSystem.B.dylib (compatibility version 1.0.0,
current version 55.0.0)
•
[3,439 views]

