Busybox Shell Exiting

Rob Landley rob at landley.net
Fri Oct 14 21:46:52 UTC 2005


On Friday 14 October 2005 14:25, Manju Mahajan wrote:
> thanks for your reply
> Can't find the file. : file exists
> Wrong permissions on the file.  (is the exec bit set?) : yes it is set
> Can't find the libraries for the file.  (And remember: libraries can load
> libraries.  ldd is your friend, or readelf.) : I don;t fully undestand this
> one
> which libraries ?

Are you familiar with the concept of "shared libraries"?

man ldd

Note that busybox has its own version of ldd, and stuff that uses busybox's 
dynamic loader may need to use the busybox's ldd to list the libraries it 
uses.

Rob



More information about the busybox mailing list