I don't know if this helps your problem, but any included binaries must be statically compiled. Normal binary programs, such as those found in your Linux distribution, are dynamically compiled and load libraries on your system (just as programs in Windows use shared DLLs). To check a program for any library dependancies, use ldd.
--Donald Teed
On Thu, 16 Sep 2004, Stephan Kreuz wrote:
Hello
At first nice Programm !! My Prob is to insert tools in the initrd of udpcast image. If i check it with chroot enviroment all seem ok. But if I boot the precompiled Kernel an the initrd file, all inserted Programms already there. I can ls or cat these files, but if I would run them the Error message File not found: is show. Is this a problem with the busybox enviroment ? I don�t know ....check with chroot Env. is OK !!!
Any Ideas ??
Sorry for my bad english !