Date: Tue, 11 Mar 2008 16:10:02 GMT From: "Bjoern A. Zeeb" <bz@FreeBSD.org> To: freebsd-bugs@FreeBSD.org Subject: Re: misc/121606: option IPSEC (error config and compile kernel) Message-ID: <200803111610.m2BGA2AK037291@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR misc/121606; it has been noted by GNATS. From: "Bjoern A. Zeeb" <bz@FreeBSD.org> To: Vladimir <energizer@sgpi.ru> Cc: bug-followup@FreeBSD.org Subject: Re: misc/121606: option IPSEC (error config and compile kernel) Date: Tue, 11 Mar 2008 16:08:11 +0000 (UTC) On Tue, 11 Mar 2008, Vladimir wrote: > add to kernel config file next options: > > options IPSEC #IP security > options IPSEC_ESP #IP security (crypto; define w/ IPSEC) > options IPSEC_DEBUG #debug for IP security > > save and exit. > > config MYKERNEL > > _________________________ > if I write only: > > options IPSEC #IP security > > config MYKERNEL - good, now proble > make cleandepend - good, now proble > make depend - good, now proble > make - give ERROR in function 'ipcomp_input': > ./../../netipsec/xform_ipcomp.c189: undefined reference to 'crypto_dispatch' ***Error code 1 the translation/documentation you are looking at is wrong. you need options crypto options IPSEC man ipsec should tell you as would the NOTES file in the sys/conf directory. -- Bjoern A. Zeeb bzeeb at Zabbadoz dot NeT Software is harder than hardware so better get it right the first time.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200803111610.m2BGA2AK037291>