Compiling Probs...

Mark Cianfaglione markcia@nortelnetworks.com
Mon, 25 Sep 2000 16:03:43 -0400


I've been trying to get iptables 1.1.1 to compile with kernel 2.4 test 8 and I'm
getting the following errors:

cc -O2 -DNDEBUG -Wall -Wunused -Iinclude/ -I/usr/src/linux/include
-DNETFILTER_VERSION=\"1.1.1\"  -fPIC -o extensions/libip6t_tcp_sh.o -c
extensions/libip6t_tcp.c
In file included from include/libiptc/libip6tc.h:6,
                 from include/ip6tables.h:5,
                 from extensions/libip6t_tcp.c:7:
/usr/src/linux/include/linux/netfilter_ipv6/ip6_tables.h:33: field `src' has
incomplete type
/usr/src/linux/include/linux/netfilter_ipv6/ip6_tables.h:33: field `dst' has
incomplete type
/usr/src/linux/include/linux/netfilter_ipv6/ip6_tables.h:35: field `smsk' has
incomplete type
/usr/src/linux/include/linux/netfilter_ipv6/ip6_tables.h:35: field `dmsk' has
incomplete type
make: *** [extensions/libip6t_tcp_sh.o] Error 1
[root@mosquito /iptables-1.1.1]#

I've turned on MOST of the IPV6 stuff in the kernel but unless I'm really missing
something....

I really can't wait to try it. I have a whole intranet to play with....

Mark C.