|
Unfortunately Nick sent it to me and didn't post it here for everyone to see:
Date: Wed, 25 Mar 1998 00:08:55 -0500 (EST) From: Nick Eggleston To: Michael Hasenstein Subject: Re: More: Try compiling without "CONFIG_MODVERSIONS" I like modversions and had the same problems, Here's what I did to fix it.
Edit linux/net/ipv4/Makefile. Locate the section dealing with IP_NAT.
ifeq ($(CONFIG_IP_NAT),y) IPV4_OBJS += ip_nat.o else ifeq ($(CONFIG_IP_NAT),m) IPV4_OBJS += ip_nat_stub.o # added by Nick EgglestonI don't remember which lines I added and am too tired tonight to figure it out. This is with the 2.0.33 kernel series. If it works for you, perhaps a patch could be released.
I also had problems compiling ipnatadm. The fix was to add a single include
Hope this helps.
GREAT PACKAGE!!!
--Nick
|