ia64 kernel conf error BRIDGE - Addtional problems
Steve Polyack
korvus at comcast.net
Wed Aug 31 15:22:24 UTC 2011
On 08/31/2011 11:05 AM, Gene wrote:
> In reference to the message " ia64 kernel conf error BRIDGE" I simply
> deleted the option. Also had to delete option IPSEC_ESP.
>
> Compile proceeded normally until I got:
>
> xform_ipcomp.o(.text+0xe3c): In function
> `ipcomp_output':
> /usr/src/sys/netipsec/xform_ipcomp.c:448: undefined reference to
> `crypto_dispatch'
>
> Is there also a problem with option IPSEC? Maybe I should just grab the
> GENERIC config and start over. Problem is - I'm not sure what changes I made.
>
"options IPSEC" also requires you to build in support for the crypto
device. Add "device crypto" to your kernel config and try the build again.
More information about the freebsd-questions
mailing list