From owner-freebsd-questions Tue Sep 30 19:01:36 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id TAA08678 for questions-outgoing; Tue, 30 Sep 1997 19:01:36 -0700 (PDT) Received: from ocala.cs.miami.edu (ocala.cs.miami.edu [129.171.34.17]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id TAA08669 for ; Tue, 30 Sep 1997 19:01:32 -0700 (PDT) Received: from ocala.cs.miami.edu by ocala.cs.miami.edu via SMTP (950413.SGI.8.6.12/940406.SGI) id WAA14110; Tue, 30 Sep 1997 22:01:21 -0400 Date: Tue, 30 Sep 1997 22:01:21 -0400 (EDT) From: "Joe \"Marcus\" Clarke" To: Anthony Hill cc: freebsd-questions@FreeBSD.ORG Subject: Re: where is ioconf.h In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk ioconf.h is part of the sys source. I believe it is used to compile the Berkeley Packet Filter. It is built when you `config` a kernel file. You may need to compile in a bpf in order to get the IPFilter to compile. -Joe Clarke On Wed, 1 Oct 1997, Anthony Hill wrote: > While trying to build IPfilter 3.1.11 on FreeBSD 2.2.1-R I come > across :- > . > . > . > gcc -I. -I../.. -DIPFILTER_LKM -DIPFILTER_LOG -D`uname -m` -D__`uname -m`__ -DINET -DKERNEL -D_KERNEL -I/usr/include -I/sys -I/sys/sys -I/sys/arch -DIPL_NAME=\"/dev/ipl\" -c ../../mln_ipl.c -o ml_ipl.o > In file included from /usr/include/sys/conf.h:226, > from ../../mln_ipl.c:29: > /usr/include/machine/conf.h:6: ioconf.h: No such file or directory > *** Error code 1 > > Stop. > *** Error code 1 > > Stop. > bash# > > ..this was while doing the first step 'make bsd'. > > Has anyone got IPfilter running on 2.2.1 ? Any suggestions ? > > Regards, > > Anthony Hill +61 3 9251 3678 > Network Engineer connect.com.au >