From owner-freebsd-current@FreeBSD.ORG Thu Sep 16 04:22:43 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 86C0A16A4CE for ; Thu, 16 Sep 2004 04:22:43 +0000 (GMT) Received: from avscan1.sentex.ca (avscan1.sentex.ca [199.212.134.11]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B86F43D6A for ; Thu, 16 Sep 2004 04:22:43 +0000 (GMT) (envelope-from mike@sentex.net) Received: from localhost (localhost.sentex.ca [127.0.0.1]) by avscan1.sentex.ca (8.12.11/8.12.11) with ESMTP id i8G4Mcr0096792; Thu, 16 Sep 2004 00:22:38 -0400 (EDT) (envelope-from mike@sentex.net) Received: from avscan1.sentex.ca ([127.0.0.1]) by localhost (avscan1.sentex.ca [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 96447-05; Thu, 16 Sep 2004 00:22:38 -0400 (EDT) Received: from lava.sentex.ca (pyroxene.sentex.ca [199.212.134.18]) by avscan1.sentex.ca (8.12.11/8.12.11) with ESMTP id i8G4McfY096770; Thu, 16 Sep 2004 00:22:38 -0400 (EDT) (envelope-from mike@sentex.net) Received: from simian.sentex.net (simeon.sentex.ca [192.168.43.27]) by lava.sentex.ca (8.12.11/8.12.11) with ESMTP id i8G4MVhf025411; Thu, 16 Sep 2004 00:22:31 -0400 (EDT) (envelope-from mike@sentex.net) Message-Id: <6.1.2.0.0.20040916002701.07881bc0@64.7.153.2> X-Sender: mdtpop@64.7.153.2 (Unverified) X-Mailer: QUALCOMM Windows Eudora Version 6.1.2.0 Date: Thu, 16 Sep 2004 00:28:25 -0400 To: "Eivind Olsen" , From: Mike Tancsa In-Reply-To: <01e301c49b94$1cbfbf50$9c077a0a@ttyl.internal> References: <01e301c49b94$1cbfbf50$9c077a0a@ttyl.internal> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Virus-Scanned: by amavisd-new X-Virus-Scanned: by amavisd-new at avscan1b 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 04:22:43 -0000 At 10:23 PM 15/09/2004, Eivind Olsen wrote: >Hello. >I'm having problems compiling a RELENG_5 kernel if I add FAST_IPSEC to it. >Is this a known problem? Am I doing something incorrectly (probably...)? >Any suggestions? You need device crypto and you need to get rid of INET6 I believe. The man page will tell you. ---Mike