windlord:~> ldd /sbin/shQuote:> Hi,
> Does anyone know the answer? With my solaris2.5,
> unity> ll /sbin/sh
> -r-xr-xr-x 2 bin root 197672 Aug 7 1996 /sbin/sh
> unity> ll /bin/sh
> -r-xr-xr-x 3 bin root 89492 Aug 7 1996 /bin/sh
> unity>
ldd: /sbin/sh: file is not a dynamic executable or shared object
windlord:~> ldd /bin/sh
libc.so.1 => /usr/lib/libc.so.1
libdl.so.1 => /usr/lib/libdl.so.1
/usr/platform/SUNW,Ultra-1/lib/libc_psr.so.1
/sbin/sh is statically linked and therefore doesn't depend as much on the
general health of your system and the integrity of your system libraries
to work.
--