Subject: Re: wuftpd and NetBSD 2.0 BETA
To: None <port-sparc64@NetBSD.org>
From: der Mouse <mouse@Rodents.Montreal.QC.CA>
List: port-sparc64
Date: 10/08/2004 12:49:41
> I just set it up on an i386 running -current.  The problem seems to
> be that more is needed to make ls work than just the ls binary and
> the shared libraries.

Yes; you'll also need /usr/libexec/ld.elf_so (or modern equivalent, if
that's an outdated name for it).

"strings - /bin/ls | head" will probably show the relevant path as the
first line of output.

Unfortunately ktrace will not reveal reveal this name, as it will most
names on which an executable depends, since it's not accessed by a
syscall in the usual sense - it's used by the kernel as part of
executable startup, and its absence leads to ENOEXEC from exec*().

/~\ The ASCII				der Mouse
\ / Ribbon Campaign
 X  Against HTML	       mouse@rodents.montreal.qc.ca
/ \ Email!	     7D C8 61 52 5D E7 2D 39  4E F1 31 3E E8 B3 27 4B