Subject: Re: IPSEC ... howto/FAQ/???
To: Paul Newhouse <newhouse@rockhead.com>
From: Patrick Welche <prlw1@newn.cam.ac.uk>
List: netbsd-help
Date: 03/08/2000 11:38:09
On Tue, Mar 07, 2000 at 08:26:23PM -0800, Paul Newhouse wrote:
> Platform i386.
> 
> I'm trying to compile a current kernel with IPSEC.  If I uncomment:
> 
> prefix ../crypto-us/sys
> cinclude "conf/files.crypto-us"
> prefix   
> 
> config complains:
> 
> cannot open ../../../../../crypto-us/sys/arch/i386/conf/GENERIC.local for reading: 
> No such file or directory

Say your crypto source is in /usr/cryptosrc-us/crypto-us, and the rest of
your source is in /usr/src, then you need a

ln -s /usr/cryptosrc-us/crypto-us /usr/src/crypto-us

This clue was under options IPSEC_ESP in the options(4) man page...

Cheers,

Patrick