From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jack Bowling Subject: Re: Help with invalid argument Date: Sat, 06 Jul 2002 09:38:04 -0700 Sender: netfilter-admin@lists.samba.org Message-ID: <0GYU007LM67HFQ@l-daemon> References: Reply-To: Jack Bowling Mime-Version: 1.0 Content-Transfer-Encoding: 7BIT Return-path: In-Reply-To: Errors-To: netfilter-admin@lists.samba.org List-Help: List-Post: List-Subscribe: , List-Id: List-Unsubscribe: , List-Archive: Content-Type: TEXT/PLAIN; charset="us-ascii" To: netfilter@lists.samba.org ** Reply to message from Dennis Cardinale on Sat, 06 Jul 2002 12:31:21 -0400 > OK...solved my own problem. > > userspace/make install all > > does not copy the new iptables binaries to the /sbin directory. > > Is there a script to do this? Can I do it manually? Is there a way to do it > so that the binaries used are compatible with the chosen kernel at boot > time? Just edit this section of the Makefile in your iptables source top directory to the following: #PREFIX:=/usr/local LIBDIR:=/lib BINDIR:=/sbin MANDIR:=/usr/share/man INCDIR:=/usr/include before you do the make and make install. jb