Hi,

--- On Fri, May 15, 2009 at 8:41 AM, narendra babu
<[email protected]> wrote:
| I need some inputs on shared libs for an application(s) in linux .
|
| so for this i need to identify what are the systemlibs, 3rd party
libs , env variables and more which are required for this application
| to run in the production environment .
\--

Do the "applications" use autotools or are they packaged? If yes, the
dependencies can be checked during configure or installation.

Else, write a script to run ldd on the "applications". You will still
need to find out which package provides these dependency libraries.

SK

-- 
Shakthi Kannan
http://www.shakthimaan.com
_______________________________________________
To unsubscribe, email [email protected] with 
"unsubscribe <password> <address>"
in the subject or body of the message.  
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc

Reply via email to