2009/8/3 etech3 <[email protected]>: > 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, _______________________________________________ busybox mailing list [email protected] http://lists.busybox.net/mailman/listinfo/busybox
