[BusyBox] why i can't add program to my bootdisk

Thomas Cameron tom at ceisystems.com
Mon Mar 11 09:18:03 UTC 2002


Hello,
	You've probably not installed iptables correctly.  If all you
want is the executable binary to be copied over to your disk, you need
to make a "static" iptables.  If you read through the Makefile, you'll
see where to set the compile to static.  All this does is make iptables
with all of its libraries included in the binary.  Otherwise, you'll
have to run a `make install`, which will copy the binary file, and all
of the libraries used.  If you go this route, MAKE SURE you set the
install path (in the Makefile) to something other than your system.  For
instance, I added "./installed" to all of the paths, which copied the
files and directory structure to a sibdir names "installed".  Good luck!

-Tom Cameron

-----Original Message-----
From: jimmy carter [mailto:jim_muna at yahoo.com] 
Sent: Saturday, March 09, 2002 9:26 AM
To: busybox at busybox.net
Subject: [BusyBox] why i can't add program to my bootdisk


hi.. 
i have problem with my bootdis, i use busybox and
kernel 2.4.18. and nothing goes wrong until i need
iptables some additional prog. it cant run on that
system. some error msg that i can seen on screen is 
bash :file or directory not found .

so what wrong?

=====
wasalam


jimmy carter
kadiv. hub alumni dan keluar kampus Himafi ITB
http://upk.fi.itb.ac.id/~jim_muna

__________________________________________________
Do You Yahoo!?
Try FREE Yahoo! Mail - the world's greatest free email!
http://mail.yahoo.com/ _______________________________________________
busybox mailing list
busybox at busybox.net http://busybox.net/mailman/listinfo/busybox



More information about the busybox mailing list