what happens if I boot the old kernel?

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Jack Bowling
Sent: Saturday, July 06, 2002 12:38 PM
To: [EMAIL PROTECTED]
Subject: Re: Help with invalid argument


** Reply to message from Dennis Cardinale <[EMAIL PROTECTED]> 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


Reply via email to