On Mon, 16 Aug 1999 [EMAIL PROTECTED] wrote:

> I am trying to use initrd.  I have copied a few executables like ls,
> mount etc. to the bin directory in the initrd - disk. Upon booting
> although linuxrc gets executed it does not find the executables.
> 
> I have tried setting path variable in linuxrc too.  Has anyone seen
> this problem and what is the solution?

Be aware that you will typically get a message that seems to indicate that
the binary wasn't found if a dynamically linked library can't be found,
allthough the executable i question *is* found. From your description,
that seems a likely solution.

Try "ldd" on the binaries first, and make sure you have copies of the
libraries they require in the appropriate directories.

Vidar Hokstad <[EMAIL PROTECTED]>
Director of Technical Development, Screen Media AS

--
To unsubscribe from this list, send a message to [EMAIL PROTECTED]
with the command "unsubscribe linux-embedded" in the message body.
For more information, see <http://waste.org/mail/linux-embedded>.

Reply via email to