How to execute binary other than busybox?

walter harms wharms at bfs.de
Tue Nov 24 08:31:46 UTC 2009



Prashant Bhole schrieb:
> Hi,
> I have a working busybox environment. But I am not able to execute any
> other binary.
> 
> #ls /lib
> libc.so.0        libpthread.so.0
> #ls -l hello
> -rwxr-xr-x    1 0        0            4831 Jan  1 00:00 hello
> #./hello
> -/bin/sh: ./hello: not found
> 
> Please help.
> 
> --


The strange "not found" usualy means "lib-that-i-need" not found.
ld-linux.so (or friends) is a candidate.

re,
 wh


More information about the busybox mailing list