Mike Tancsa wrote: > > ===> sys/modules/ipfw > rm -f .depend > mkdep -f .depend -a -nostdinc -DIPFIREWALL -D_KERNEL -DKLD_MODULE -I- > -I. -I_at_ -I_at_/contrib/altq -I_at_/../include > /usr/src/sys/modules/ipfw/../../netinet/ip_fw2.c > /usr/src/sys/modules/ipfw/../../netinet/ip_fw_pfil.c > /usr/src/sys/modules/ipfw/../../netinet/ip_fw2.c:35:22: opt_ipfw.h: No > such file or directory > /usr/src/sys/modules/ipfw/../../netinet/ip_fw2.c:36:22: opt_ipdn.h: No > such file or directory > /usr/src/sys/modules/ipfw/../../netinet/ip_fw2.c:37:26: opt_ipdivert.h: > No such file or directory > /usr/src/sys/modules/ipfw/../../netinet/ip_fw2.c:38:22: opt_inet.h: No > such file or directory > /usr/src/sys/modules/ipfw/../../netinet/ip_fw2.c:39:23: opt_ipsec.h: No > such file or directory > /usr/src/sys/modules/ipfw/../../netinet/ip_fw2.c:41:2: #error IPFIREWALL > requires INET. > /usr/src/sys/modules/ipfw/../../netinet/ip_fw_pfil.c:29:22: opt_ipfw.h: > No such file or directory > /usr/src/sys/modules/ipfw/../../netinet/ip_fw_pfil.c:30:22: opt_ipdn.h: > No such file or directory > /usr/src/sys/modules/ipfw/../../netinet/ip_fw_pfil.c:31:26: > opt_ipdivert.h: No such file or directory > /usr/src/sys/modules/ipfw/../../netinet/ip_fw_pfil.c:32:28: > opt_pfil_hooks.h: No such file or directory > /usr/src/sys/modules/ipfw/../../netinet/ip_fw_pfil.c:33:22: opt_inet.h: > No such file or directory > /usr/src/sys/modules/ipfw/../../netinet/ip_fw_pfil.c:35:2: #error > IPFIREWALL requires INET. > mkdep: compile failed A couple of options. From the above error, do you have options INET in your kernel config? Also, do you have options PFIL_HOOKS in your kenrnel config? Check UPDATING and the -current mailling list.Received on Thu Aug 26 2004 - 11:42:55 UTC
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:38:08 UTC