Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Feb 2008 10:34:19 -0500
From:      Mike Tancsa <mike@sentex.net>
To:        "Hansa" <mythtv@logic-q.nl>, <freebsd-current@freebsd.org>, <freebsd-questions@freebsd.org>
Subject:   Re: Upgrading from FreeBSD 6.2 to FreeBSD 7.0
Message-ID:  <200802201534.m1KFYJfx016149@lava.sentex.ca>
In-Reply-To: <MKEKIEMCICOPMNPAOBMEAECKCMAA.mythtv@logic-q.nl>
References:  <MKEKIEMCICOPMNPAOBMEAECKCMAA.mythtv@logic-q.nl>

next in thread | previous in thread | raw e-mail | index | archive | help
At 10:10 AM 2/20/2008, Hansa wrote:
>/usr/src/sys/i386/conf/TESTRABIT: unknown option "IPSEC_ESP"
>*** Error code 1
>
>Stop in /usr/src.
>*** Error code 1
>
>Stop in /usr/src.
>kernel build duration: 00:00:00
>==== STUCK ====
>
>My guess is that the ipsec (crypto?) source code is missing? Is this
>correct? If so, where can I find it and where should I put it?

Hi,
         The options for IPSEC are different in RELENG_7. The KAME 
implementation is no longer there as its just FAST_IPSEC.  So get rid 
of IPSEC_ESP and just have

      options IPSEC
      device crypto

in your kernel.

         ---Mike 




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200802201534.m1KFYJfx016149>