Jacques Montier wrote:
> checking whether /dev/fd is available... ERROR: ld.so: object 'libsandbox.so' 
> from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.

Just a guess. configure here is trying to read /dev/fd which is a symlink to
/proc/self/fd. Do you see anything strange with those two directories or 
directory entries?

$ ll /dev/fd
lrwxrwxrwx 1 root root 13 Jan 21 07:10 /dev/fd -> /proc/self/fd


# ll /proc/self/fd
total 0
lrwx------ 1 root root 64 Jan 21 07:53 0 -> /dev/pts/3
lrwx------ 1 root root 64 Jan 21 07:53 1 -> /dev/pts/3
lrwx------ 1 root root 64 Jan 21 07:53 2 -> /dev/pts/3
lr-x------ 1 root root 64 Jan 21 07:53 3 -> /proc/3744/fd

# ll /proc/self/
total 0
dr-x------ 2 root root 0 Jan 21 07:54 fd
(snip)

Reply via email to