* PPTP Conntrack pom patch. compile issues.
@ 2003-06-24 22:02 Jeremy
2003-06-25 1:40 ` Alistair Tonner
0 siblings, 1 reply; 2+ messages in thread
From: Jeremy @ 2003-06-24 22:02 UTC (permalink / raw)
To: netfilter
[-- Attachment #1: Type: text/plain, Size: 2094 bytes --]
Hi there,
I run a debian box, and have tried compiling on 2.4.20 & 2.4.21 kernels after applying this patch with the same errors. Could someone shed some light on this please, im getting very frustrated!! :o) Thanks
p.s. i dont run any debugging of netfilter stuff in the kernel
Compile Errors are as follows:
NAME=ip_conntrack_proto_gre -DEXPORT_SYMTAB -c ip_conntrack_proto_gre.c
ip_conntrack_proto_gre.c: In function `ip_ct_gre_keymap_add':
ip_conntrack_proto_gre.c:118: union has no member named `gre'
ip_conntrack_proto_gre.c:120: union has no member named `gre'
ip_conntrack_proto_gre.c: In function `ip_ct_gre_keymap_destroy':
ip_conntrack_proto_gre.c:148: union has no member named `gre'
ip_conntrack_proto_gre.c:150: union has no member named `gre'
ip_conntrack_proto_gre.c:151: union has no member named `gre'
ip_conntrack_proto_gre.c:152: union has no member named `gre'
ip_conntrack_proto_gre.c:154: union has no member named `gre'
ip_conntrack_proto_gre.c:156: union has no member named `gre'
ip_conntrack_proto_gre.c:157: union has no member named `gre'
ip_conntrack_proto_gre.c:158: union has no member named `gre'
ip_conntrack_proto_gre.c: In function `gre_print_conntrack':
ip_conntrack_proto_gre.c:242: union has no member named `gre'
ip_conntrack_proto_gre.c:243: union has no member named `gre'
ip_conntrack_proto_gre.c: In function `gre_packet':
ip_conntrack_proto_gre.c:254: union has no member named `gre'
ip_conntrack_proto_gre.c:258: union has no member named `gre'
ip_conntrack_proto_gre.c: In function `gre_new':
ip_conntrack_proto_gre.c:272: union has no member named `gre'
ip_conntrack_proto_gre.c:273: union has no member named `gre'
make[3]: *** [ip_conntrack_proto_gre.o] Error 1
make[3]: Leaving directory `/usr/src/linux/TEMP/linux-2.4.21/net/ipv4/netfilter'
make[2]: *** [first_rule] Error 2
make[2]: Leaving directory `/usr/src/linux/TEMP/linux-2.4.21/net/ipv4/netfilter'
make[1]: *** [_subdir_ipv4/netfilter] Error 2
make[1]: Leaving directory `/usr/src/linux/TEMP/linux-2.4.21/net'
make: *** [_dir_net] Error 2
[-- Attachment #2: Type: text/html, Size: 2893 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: PPTP Conntrack pom patch. compile issues.
2003-06-24 22:02 PPTP Conntrack pom patch. compile issues Jeremy
@ 2003-06-25 1:40 ` Alistair Tonner
0 siblings, 0 replies; 2+ messages in thread
From: Alistair Tonner @ 2003-06-25 1:40 UTC (permalink / raw)
To: Jeremy, netfilter
I would bet long odds that your system has the wrong kernel include
files in /usr/include/linux.
On June 24, 2003 06:02 pm, Jeremy wrote:
> Hi there,
>
> I run a debian box, and have tried compiling on 2.4.20 & 2.4.21 kernels
> after applying this patch with the same errors. Could someone shed some
> light on this please, im getting very frustrated!! :o) Thanks
>
> p.s. i dont run any debugging of netfilter stuff in the kernel
>
> Compile Errors are as follows:
> NAME=ip_conntrack_proto_gre -DEXPORT_SYMTAB -c ip_conntrack_proto_gre.c
> ip_conntrack_proto_gre.c: In function `ip_ct_gre_keymap_add':
> ip_conntrack_proto_gre.c:118: union has no member named `gre'
> ip_conntrack_proto_gre.c:120: union has no member named `gre'
> ip_conntrack_proto_gre.c: In function `ip_ct_gre_keymap_destroy':
> ip_conntrack_proto_gre.c:148: union has no member named `gre'
> ip_conntrack_proto_gre.c:150: union has no member named `gre'
> ip_conntrack_proto_gre.c:151: union has no member named `gre'
> ip_conntrack_proto_gre.c:152: union has no member named `gre'
> ip_conntrack_proto_gre.c:154: union has no member named `gre'
> ip_conntrack_proto_gre.c:156: union has no member named `gre'
> ip_conntrack_proto_gre.c:157: union has no member named `gre'
> ip_conntrack_proto_gre.c:158: union has no member named `gre'
> ip_conntrack_proto_gre.c: In function `gre_print_conntrack':
> ip_conntrack_proto_gre.c:242: union has no member named `gre'
> ip_conntrack_proto_gre.c:243: union has no member named `gre'
> ip_conntrack_proto_gre.c: In function `gre_packet':
> ip_conntrack_proto_gre.c:254: union has no member named `gre'
> ip_conntrack_proto_gre.c:258: union has no member named `gre'
> ip_conntrack_proto_gre.c: In function `gre_new':
> ip_conntrack_proto_gre.c:272: union has no member named `gre'
> ip_conntrack_proto_gre.c:273: union has no member named `gre'
> make[3]: *** [ip_conntrack_proto_gre.o] Error 1
> make[3]: Leaving directory
> `/usr/src/linux/TEMP/linux-2.4.21/net/ipv4/netfilter' make[2]: ***
> [first_rule] Error 2
> make[2]: Leaving directory
> `/usr/src/linux/TEMP/linux-2.4.21/net/ipv4/netfilter' make[1]: ***
> [_subdir_ipv4/netfilter] Error 2
> make[1]: Leaving directory `/usr/src/linux/TEMP/linux-2.4.21/net'
> make: *** [_dir_net] Error 2
--
Alistair Tonner
nerdnet.ca
Senior Systems Analyst - RSS
Any sufficiently advanced technology will have the appearance of magic.
Lets get magical!
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2003-06-25 1:40 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-06-24 22:02 PPTP Conntrack pom patch. compile issues Jeremy
2003-06-25 1:40 ` Alistair Tonner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox