Subject: Inconsistent ldd(1) output
To: None <current-users@netbsd.org>
From: Jared D. McNeill <jmcneill@invisible.ca>
List: current-users
Date: 12/26/2002 12:53:24
Something doesn't make sense here. Shouldn't these two error messages be
the same:
  sirius:/usr$ ldd bin sbin
  bin:
  bin: Permission denied
  bin: exit status 1
  ldd: sbin: read error: Operation not supported by device

The directories look identical to me.
  sirius:/usr$ ls -ldo bin sbin
  drwxr-xr-x  2 root  wheel  - 6656 Dec 25 11:58 bin
  drwxr-xr-x  2 root  wheel  - 4096 Dec 25 11:58 sbin

What am I missing? Or is my filesystem just trashed?

Cheers,
Jared