I have tried this but still cannot compile.
The step I have taken :
1. Extract the ipfilter source to /usr/src/.
2. cd "ip_fil4.1.1" and do "make freebsd5" -> done well
3. I do "make install-bsd" -> done well
4. "BSD/kupgrade" done with error :
a. The mayor device number is not shown
b. 2 mknod command fail with error "file do not exit"
5. Adding "options IPFILTER" on kernel and do "config MYKERNEL"
6. Do "make depend"
Error "canot find bpf.h on ip_compat.h line 759 and 770"
I fix it by changing "bpf.h" to "net/bpf.h"
do config again and done well.
7. I do "make kernel" and still fail. It looks like something wrong with the
nat routine.
I canot grab my error please tell how to garb it if it nacessary to send.
Thank you
----- Original Message -----
From: "Darren Reed" <[EMAIL PROTECTED]>
To: "Angka H. K." <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Thursday, April 15, 2004 3:14 PM
Subject: Re: FreeBSD 5.2.1 & ipfil 4.1.1
> In some mail from Angka H. K., sie said:
> >
> > Dear all,
> >
> > Is there any document that explain the step by step installation proses
of
> > ipfil 4.1.1 on FreeBSD 5.2.1 as a build-in kernel.
> > I want to do a kernel install but the patching process is fail.
> > I do "./FreeBSD/minstall" this I follow the "INSTALL.FreeBSD" doc and
fail.
> > I do "./FreeBSD-4.0/kinstall" like the i do on FreeBSD 4.8 and fail too.
>
> FreeBSD 5 is all kld's.
>
> You need to run BSD/kupgrade
>
> Darren
>
>