[BusyBox] basic linux system

Erik Andersen andersen at lineo.com
Fri Jun 29 16:14:03 UTC 2001


On Fri Jun 29, 2001 at 02:30:20PM -0700, David Meggy wrote:
> 
> Hi, I'm trying to set up an extremely basic system but I'm running into
> problems with busybox.  I have linux 2.4.5, latest dietlibc, & an empty root
> filesystem.  I place the following program in the root filesystem
> 
> /* show.c
>   - shows a message */
> #include <stdio.h>
> int main() {
>  printf("A test message\n");
>  return 0; }
> 
> and run loadlin with init=/show, and everything works perfectly.  Now I compile
> busybox(statically with dietlibc) and place it in /bin with links set-up for
> /bin/sh -> /bin/busybox, etc.
> 
> loading linux with init=/bin/sh, I get one of 2 messages:
> 1) "FATAL: cannot determine library version"

/bin/sh failed to run.  Looks like a library problem.

 -Erik

--
Erik B. Andersen   email:  andersen at lineo.com
--This message was written using 73% post-consumer electrons--





More information about the busybox mailing list