Operating System - HP-UX
1834930 Members
2674 Online
110071 Solutions
New Discussion

Re: What was the command again to list used libs of a binary?

 
SOLVED
Go to solution
Ralph Grothe
Honored Contributor

What was the command again to list used libs of a binary?

subject has it...
Madness, thy name is system administration
6 REPLIES 6
Simon Hargrave
Honored Contributor
Solution

Re: What was the command again to list used libs of a binary?

apologies, ldd. typo ;)
Cheryl Griffin
Honored Contributor

Re: What was the command again to list used libs of a binary?

chatr
"Downtime is a Crime."
Robert-Jan Goossens
Honored Contributor

Re: What was the command again to list used libs of a binary?

Hi,

# ldd
# chatr

Regards,
Robert-Jan
Alfred P. Bartholomai_1
Occasional Contributor

Re: What was the command again to list used libs of a binary?

on HP-UX
chatr

on Linux
ldd

as far as I know
ldd is not supported on HP-UX



Fred Bartholomai
H.Merijn Brand (procura
Honored Contributor

Re: What was the command again to list used libs of a binary?

Alfred, ldd _is_ supported on HP-UX 11.00 and up (not on 10.20)

ldd will only list the existing (read findable) dependancies, where chatr will list all the required dependancies. A BIG difference.
With chatr you can also enable/disable dynamic library search pathes

Enjoy, Have FUN! H.Merijn
Enjoy, Have FUN! H.Merijn
Ralph Grothe
Honored Contributor

Re: What was the command again to list used libs of a binary?

Guys,

I've already forgotton about this thread,
as it was an instant query/response which totally served my needs then.
Madness, thy name is system administration