(Answer) (Category) SCO comp.unix.sco.programmer FAQ. : (Category) SCO Development Environments. :
How do I determine what dynamic libraries an application depends upon?
The "ldd" command will tell you, assuming that the application's library paths are already set up (either by the way it is built, or because LD_LIBRARY_PATH specifies the paths).

But frequently this is not the case, so use the "dump -Lv" command on the application executable and look for "NEEDED" entries. These are the dynamic libraries the executable depends upon. Repeat the command for these libraries, recursively, and you'll find all the dynamic library dependencies.
jls@sco.com

[Append to This Answer]
Previous: (Answer) How do I determine which development System is best for me to use?
Next: (Answer) How do I do Java programming?
This document is: http://www.zenez.com/cgi-bin/scoprogfaq/faq?file=117
[Search] [Appearance]
This is a Faq-O-Matic 2.721.