Make fails when recompiling kernel with FAST_IPSEC on 5.4
Kevin Kinsey
kdk at daleco.biz
Tue Aug 23 22:02:47 GMT 2005
Frank Staals wrote:
> Hey,
>
> Todya I tried recompiling my kernel with the FAST_IPSEC
> option, but when doing 'make' the compiling failed. The
> only thing changed in my existing kernel was the added
> line 'options FAST_IPSEC' , without that option it
> compiled fine last time. I'm running FreeBSD 5.4 i386.
>
> Kernelconfig:
> http://fstaals.net/junk/RIZAKERNEL
>
> Compile log:
> http://fstaals.net/junk/kernel.out
>
> The same problem seems to exist when compiling a kernel with
> FAST_IPSEC on 6.0 BETA 1 amd64
>
> Thanks in advance
>
I assume you also have all the following?
device crypto # core crypto support
device cryptodev # /dev/crypto for access to h/w
device rndtest # FIPS 140-2 entropy tester
device hifn # Hifn 7951, 7781, etc.
options HIFN_DEBUG # enable debugging support: hw.hifn.debug
options HIFN_RNDTEST # enable rndtest support
device ubsec # Broadcom 5501, 5601, 58xx
options UBSEC_DEBUG # enable debugging support: hw.ubsec.debug
options UBSEC_RNDTEST # enable rndtest support
see /sys/conf/NOTES.
HTH,
Kevin Kinsey
More information about the freebsd-questions
mailing list