1832988 Members
2437 Online
110048 Solutions
New Discussion

about Shared Oject files

 
Sudheer Kumar
Occasional Contributor

about Shared Oject files

Hi,
In Linux, We can see the what are the shared objects(.so files)files loaded for a given executable in the /proc/$PID/maps.
In HP-Ux, How can we find out about what are the shared objects loaded for a given executable. HP-Ux doesn't support proc system.


Thanks & Regards
Sudheer

We make the difference
4 REPLIES 4
Deepak Extross
Honored Contributor

Re: about Shared Oject files

Try "chatr "

Does this help?
Sudheer Kumar
Occasional Contributor

Re: about Shared Oject files

I am writing a programme in such a way that it displayas all .so files which linked to the given exe file.For that purpose,We requirr API. Could you pls tell me the which API is used to get the information.
We make the difference
harry d brown jr
Honored Contributor

Re: about Shared Oject files

As deepak said, what's wrong with chatr?


live free or die
harry
Live Free or Die
Deepak Extross
Honored Contributor

Re: about Shared Oject files

Hi Sudheer,

Did you find any other way to get the list of shared libraries?