runtime libs accessed by application in AIX

Hi ,

I need some inputs on runtime or shared libs for an application(s) in AIX .

i have a requirement saying i need to rehost all the production applications into new AIX OS .

Here Source and target oS is AIX but with different versions

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 .

Or simply i need to know at runtime , environment ,3rd party libs , what are the sharelibs , static libs , runtime copnents it is accessing .

or we can simply say that i need inventory of libs ,all compnents which the application is accessing at runtime

Many thanks in advance for your time

Babu

Hi,

I am not sure if I understand the question correctly but usually applications bring their own libraries in their bin or lib directory - easiest thing to find out if you have some special libraries is to look into the userprofile of the user who runs the application under and check for LD_LIBRARY_PATH or LIBPATH - see if anything special is defined.

Kind regards
Nicki