This is a discussion on what is command to find associated library files? within the Sun Solaris Administration forums, part of the Solaris Operating System category; --> First time to use it last week, now I can't remember the command. It can be used to find ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| |||
| On Aug 7, 4:07 pm, "steeles" <stee...@gmail.com> wrote: > First time to use it last week, now I can't remember the command. > > It can be used to find out all associated library files and other relative > files. > > Thanks in advance. Command that lists the dynamic dependencies of executable files / shared objects? ldd? #ldd /usr/bin/ls libsec.so.1 => /lib/libsec.so.1 libc.so.1 => /lib/libc.so.1 libavl.so.1 => /lib/libavl.so.1 libm.so.2 => /lib/libm.so.2 /platform/SUNW,Sun-Blade-1000/lib/libc_psr.so.1 # |
| ||||
| That is it. Thanks a bunch. "Sharif Rizal" <sharif.rizal@gmail.com> wrote in message news:1186520050.347827.20700@w3g2000hsg.googlegrou ps.com... > On Aug 7, 4:07 pm, "steeles" <stee...@gmail.com> wrote: >> First time to use it last week, now I can't remember the command. >> >> It can be used to find out all associated library files and other >> relative >> files. >> >> Thanks in advance. > > Command that lists the dynamic dependencies of executable files / > shared objects? > ldd? > > #ldd /usr/bin/ls > libsec.so.1 => /lib/libsec.so.1 > libc.so.1 => /lib/libc.so.1 > libavl.so.1 => /lib/libavl.so.1 > libm.so.2 => /lib/libm.so.2 > /platform/SUNW,Sun-Blade-1000/lib/libc_psr.so.1 > # > |
| Thread Tools | |
| Display Modes | |
|
|