From owner-freebsd-bugs@FreeBSD.ORG Tue Mar 11 16:10:02 2008 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E4012106566C for ; Tue, 11 Mar 2008 16:10:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id BA35A8FC13 for ; Tue, 11 Mar 2008 16:10:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m2BGA2s8037298 for ; Tue, 11 Mar 2008 16:10:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m2BGA2AK037291; Tue, 11 Mar 2008 16:10:02 GMT (envelope-from gnats) Date: Tue, 11 Mar 2008 16:10:02 GMT Message-Id: <200803111610.m2BGA2AK037291@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: "Bjoern A. Zeeb" Cc: Subject: Re: misc/121606: option IPSEC (error config and compile kernel) X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Bjoern A. Zeeb" List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Mar 2008 16:10:03 -0000 The following reply was made to PR misc/121606; it has been noted by GNATS. From: "Bjoern A. Zeeb" To: Vladimir 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.