From owner-freebsd-hackers Fri Apr 25 03:45:26 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id DAA07202 for hackers-outgoing; Fri, 25 Apr 1997 03:45:26 -0700 (PDT) Received: from plum.cyber.com.au (plum.cyber.com.au [203.7.155.24]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id DAA07197 for ; Fri, 25 Apr 1997 03:45:22 -0700 (PDT) Received: (from darrenr@localhost) by plum.cyber.com.au (8.6.12/8.6.6) id UAA20506; Fri, 25 Apr 1997 20:44:57 +1000 From: Darren Reed Message-Id: <199704251044.UAA20506@plum.cyber.com.au> Subject: Re: IPFILTER To: mrfoine@enteract.com (Wayne Baety) Date: Fri, 25 Apr 1997 20:44:56 +1000 (EST) Cc: chris@dilbert.bb.cc.wa.us, hackers@FreeBSD.ORG, ipfilter@postbox.anu.edu.au In-Reply-To: from "Wayne Baety" at Apr 25, 97 05:29:18 am X-Mailer: ELM [version 2.4 PL23] Content-Type: text Sender: owner-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk In some mail I received from Wayne Baety, sie wrote > > > > I couldnt even get it to compile under freebsd current... > after unpacking the ip_fil3.2a4 package i did... > > make freebsd22 > > and got this output: > > alaska /root/tmp/ipfil % cd ip_fil3.2a4 > alaska /root/tmp/ipfil/ip_fil3.2a4 % make freebsd22 > if [ ! -d BSD/`uname -m` ] ; then mkdir BSD/`uname -m`; fi > Can't find ioconf.h > *** Error code 1 Hmm...this is a bit of a problem...you *must* have a directory somewhere that is the result of a "config XYZ" (for a new kernel) - preferably one which is the same as your current and future kernel. Will add this to the documentation. Darren