My problem is getting the kernel to compile, I get messages like In file included from ../../netinet/ip_compat.h:270, from ../../contrib/ipfilter/netinet/ip_nat.c:94: ../../sys/osreldate.h:29: #error "osreldate.h mus tnot be used in the kernel, use sys/param.h"
when I make depend, then it stops with Error code 1 I thought I followed the instructions well. But I don't know enough C to debug it. James West >From: Kirk Strauser <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >Subject: Re: IPFilter for 4.6? >Date: 25 Jul 2002 16:43:01 -0500 > > >At 2002-07-25T21:26:35Z, "James West" <[EMAIL PROTECTED]> writes: > > > Could someone point out a good FAQ or page explaining how to install > > the IPF package on a 4.6 system? I keep getting compile errors. > >The easy way is to add: > > options IPFILTER > options IPFILTER_LOG > options IPFILTER_DEFAULT_BLOCK > >to your kernel configuration file and recompile. I never bothered to >search >for the hard way. >-- >Kirk Strauser >The Strauser Group - http://www.strausergroup.com/ > >To Unsubscribe: send mail to [EMAIL PROTECTED] >with "unsubscribe freebsd-questions" in the body of the message _________________________________________________________________ MSN Photos is the easiest way to share and print your photos: http://photos.msn.com/support/worldwide.aspx To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message
