Operating System - HP-UX
1748170 Members
4129 Online
108758 Solutions
New Discussion юеВ

Is there any command like ldd in solaris . My application is 32-bit not 64-bit.

 
SOLVED
Go to solution
jack_8
Contributor

Is there any command like ldd in solaris . My application is 32-bit not 64-bit.

I want to find which library in the execute file. but I can't find a command like ldd in solaris can use on 32-bit execute file
4 REPLIES 4
Alex Glennie
Honored Contributor

Re: Is there any command like ldd in solaris . My application is 32-bit not 64-bit.

not familiar with lld but sounds as if chatr may help ?
melvyn burnard
Honored Contributor
Solution

Re: Is there any command like ldd in solaris . My application is 32-bit not 64-bit.

I believe the command you are looking for is :
chatr

My house is the bank's, my money the wife's, But my opinions belong to me, not HP!
Carlos Fernandez Riera
Honored Contributor

Re: Is there any command like ldd in solaris . My application is 32-bit not 64-bit.

man ldd:
ldd - list dynamic dependencies of executable files or shared libraries.
(I had instaled ANSI C compiler).





unsupported
Dan Hetzel
Honored Contributor

Re: Is there any command like ldd in solaris . My application is 32-bit not 64-bit.

Hi,

ldd lists verbose information about dynamic dependencies and symbol
references. If the object file is an executable file, ldd lists all
shared libraries that would be loaded as a result of executing the
file. If it is a shared library, ldd lists all shared libraries that
would be loaded as a result of loading the library.

'ldd' is part of OS-Core.CMDS-AUX.
Located in /usr/ccs/bin
Updated by PHSS_22478

Best regards,

Dan
Everybody knows at least one thing worth sharing -- mailto:dan.hetzel@wildcroft.com