Upgrading from FreeBSD 6.2 to FreeBSD 7.0

Mike Tancsa mike at sentex.net
Wed Feb 20 15:34:22 UTC 2008


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 



More information about the freebsd-current mailing list