misc/121606: option IPSEC (error config and compile kernel)

Bjoern A. Zeeb bz at FreeBSD.org
Tue Mar 11 16:10:03 UTC 2008


The following reply was made to PR misc/121606; it has been noted by GNATS.

From: "Bjoern A. Zeeb" <bz at FreeBSD.org>
To: Vladimir <energizer at sgpi.ru>
Cc: bug-followup at 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.


More information about the freebsd-bugs mailing list