Originally posted by: SystemAdmin
Cristina: this sounds like your system libraries have gotten messed up somehow. On my system df, for example, shows the following
07:39:57jlane@unixi300d:~$ ldd /usr/bin/df
/usr/lib/libcrypt.a(shr.o)
/usr/lib/libc.a(shr.o)
libc.a is a symlink
07:40:09jlane@unixi300d:~$ ls -l /usr/lib/libc.a
lrwxrwxrwx 1 bin bin 19 1988-02-24 17:46 /usr/lib/libc.a -> /usr/ccs/lib/libc.a
07:40:23jlane@unixi300d:~$ ls -l /usr/ccs/lib/libc.a
-r-xr-xr-x 2 bin bin 6814486 2005-01-14 18:38 /usr/ccs/lib/libc.a
Can you mount the /usr filesystem on another box to check it out? Otherwise you'll have to boot into single-user mode.
The problem could be any deviation from the expected layout as shown above, missing files, bad permissions, etc.
HTH
Jim Lane
#AIX-Forum