|
|||||||||||
|
Re: [Users] (no subject)
From: Sam Sgro <sam(at)freeswan.org>
Date: Tue Feb 25 2003 - 07:40:07 EST
> I've tried to install the freeswan1.99.tar.gz and the compilation with the
We've attempted to patch your system's configuration, and failed. This may be an error on FreeS/WAN's part... Andreas Steffen reported something similar on a 2.2 kernel a long while back, and perhaps the error was never fixed. Try applying the following patch to your Makefile. Note: this is a guess, and not a very good one. Failing this, post the output of out.patch in your FreeS/WAN source directory. Apply the patch by copying it into your 1.99 source directory, and issuing: patch -p0 < whateveryoucalledit
# Linux-2.2.x version
@$(PATCHER) -v -c $(KERNELSRC) Documentation/Configure.help \ 'CONFIG_IPSEC' $(PATCHES)/Doc.Configure.help @$(PATCHER) -v $(KERNELSRC) include/linux/in.h \ 'IPPROTO_ESP' $(PATCHES)/include.linux.in.h @$(PATCHER) -v $(KERNELSRC) net/Config.in \ - 'CONFIG_IPSEC' $(PATCHES24)/net.Config.in + 'CONFIG_IPSEC' $(PATCHES22)/net.Config.in @$(PATCHER) -v $(KERNELSRC) net/Makefile \ 'CONFIG_IPSEC' $(PATCHES)/net.Makefile @$(PATCHER) -v $(KERNELSRC) net/ipv4/af_inet.c \ @@ -137,10 +137,10 @@ @$(PATCHER) -v $(KERNELSRC) drivers/isdn/isdn_net.c
# Linux-2.4.0 version
@$(PATCHER) -v -c $(KERNELSRC) Documentation/Configure.help \ - 'CONFIG_IPSEC' $(PATCHES22)/Doc.Configure.help + 'CONFIG_IPSEC' $(PATCHES24)/Doc.Configure.help @$(PATCHER) -v $(KERNELSRC) net/Config.in \ 'CONFIG_IPSEC' $(PATCHES)/net.Config.in @$(PATCHER) -v $(KERNELSRC) net/Makefile \
-- Sam Sgro sam@freeswan.org _______________________________________________ Users mailing list Users@lists.freeswan.org http://lists.freeswan.org/mailman/listinfo/usersReceived on Tue Feb 25 10:58:49 2003 This archive was generated by hypermail 2.1.8 : Wed Aug 23 2006 - 13:00:22 EDT |
||||||||||
|
|||||||||||