installing mindi-busybox-1.7.3 on Lenny

Bernhard Reutner-Fischer rep.dot.nop at gmail.com
Mon Aug 3 20:44:52 UTC 2009


2009/8/3 etech3 <etech3 at e-tech-systems.com>:
> Trying to install mindi-busybox on debian 5.0
> did weget gunzipped and tar
> cd / to the mindi-busybox-1.7.3
> now what?
> tried ./setup.sh
> -bash: ./setup.sh: No such file or directory
> tried ./configure
> -bash: ./configure: No such file or directory
> tried /configure; make; make install
> -bash: ./configure: No such file or directory
> -bash: make: command not found
> -bash: make: command not found
>
> OK now what?

What are you trying to do?
I suggest you grab the current busybox release
(http://busybox.net/downloads/busybox-1.14.3.tar.bz2),
untar it, run 'make menuconfig', select the applets you want and then
build it (with plain a plain 'make' invocation).
Then you can either:
- try out the applets you enabled in menuconfig; e.g.: ./busybox ls
- install it somewhere, e.g.: make PREFIX=/somewhere install

HTH,


More information about the busybox mailing list