From owner-freebsd-current@FreeBSD.ORG Thu Sep 16 03:10:16 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4B35816A4CE for ; Thu, 16 Sep 2004 03:10:16 +0000 (GMT) Received: from arginine.spc.org (arginine.spc.org [195.206.69.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1128443D54 for ; Thu, 16 Sep 2004 03:10:16 +0000 (GMT) (envelope-from bms@spc.org) Received: from localhost (localhost [127.0.0.1]) by arginine.spc.org (Postfix) with ESMTP id 52400651FC; Thu, 16 Sep 2004 04:10:15 +0100 (BST) Received: from arginine.spc.org ([127.0.0.1]) by localhost (arginine.spc.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 31155-02-4; Thu, 16 Sep 2004 04:10:15 +0100 (BST) Received: from empiric.dek.spc.org (adsl-64-171-184-46.dsl.snfc21.pacbell.net [64.171.184.46]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by arginine.spc.org (Postfix) with ESMTP id A6D4A651FA; Thu, 16 Sep 2004 04:10:14 +0100 (BST) Received: by empiric.dek.spc.org (Postfix, from userid 1001) id 6678B63D3; Wed, 15 Sep 2004 20:09:42 -0700 (PDT) Date: Wed, 15 Sep 2004 20:09:42 -0700 From: Bruce M Simpson To: Eivind Olsen Message-ID: <20040916030942.GB10318@empiric.icir.org> Mail-Followup-To: Eivind Olsen , freebsd-current@FreeBSD.org References: <01e301c49b94$1cbfbf50$9c077a0a@ttyl.internal> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <01e301c49b94$1cbfbf50$9c077a0a@ttyl.internal> cc: freebsd-current@FreeBSD.org Subject: Re: RELENG_5 Compile problems when using FAST_IPSEC? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Sep 2004 03:10:16 -0000 On Thu, Sep 16, 2004 at 04:23:08AM +0200, Eivind Olsen wrote: > I'm having problems compiling a RELENG_5 kernel if I add FAST_IPSEC to it. It looks like you didn't include 'device crypto'. BMS