From owner-freebsd-questions@FreeBSD.ORG Wed Aug 31 15:22:24 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 01DBD1065674 for ; Wed, 31 Aug 2011 15:22:24 +0000 (UTC) (envelope-from korvus@comcast.net) Received: from qmta13.emeryville.ca.mail.comcast.net (qmta13.emeryville.ca.mail.comcast.net [76.96.27.243]) by mx1.freebsd.org (Postfix) with ESMTP id DFBF08FC18 for ; Wed, 31 Aug 2011 15:22:23 +0000 (UTC) Received: from omta11.emeryville.ca.mail.comcast.net ([76.96.30.36]) by qmta13.emeryville.ca.mail.comcast.net with comcast id T22P1h0030mlR8UAD399h4; Wed, 31 Aug 2011 15:09:09 +0000 Received: from [192.168.2.164] ([206.210.89.202]) by omta11.emeryville.ca.mail.comcast.net with comcast id T38x1h00X4Mx3R28X38zre; Wed, 31 Aug 2011 15:09:06 +0000 Message-ID: <4E5E4E8E.4030108@comcast.net> Date: Wed, 31 Aug 2011 11:09:02 -0400 From: Steve Polyack User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.20) Gecko/20110805 Lightning/1.0b2 Thunderbird/3.1.12 MIME-Version: 1.0 To: Gene References: <20110831145836.M75538@brightstar.bomgardner.net> In-Reply-To: <20110831145836.M75538@brightstar.bomgardner.net> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: ia64 kernel conf error BRIDGE - Addtional problems X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Aug 2011 15:22:24 -0000 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.