From owner-freebsd-questions@FreeBSD.ORG Mon Mar 3 12:40:22 2008 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 86F431065672 for ; Mon, 3 Mar 2008 12:40:22 +0000 (UTC) (envelope-from norman@apache.org) Received: from vs159071.vserver.de (hiphopcorner.de [62.75.159.71]) by mx1.freebsd.org (Postfix) with ESMTP id 5CF588FC24 for ; Mon, 3 Mar 2008 12:40:22 +0000 (UTC) (envelope-from norman@apache.org) Received: from [10.99.0.2] (unknown [213.188.107.182]) by vs159071.vserver.de (Postfix) with ESMTP id 4B0E7BE8558; Mon, 3 Mar 2008 12:41:31 +0000 (UTC) From: Norman Maurer To: Leonid Satanovsky In-Reply-To: <47CBEBE1.5080804@ariel.ru> References: <47CBEBE1.5080804@ariel.ru> Content-Type: text/plain Date: Mon, 03 Mar 2008 13:40:13 +0100 Message-Id: <1204548013.7041.35.camel@norman-laptop> Mime-Version: 1.0 X-Mailer: Evolution 2.12.1 Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Kernel compilation error for 7.0 ( with IPSEC ) 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: Mon, 03 Mar 2008 12:40:22 -0000 Be sure to have this stuff in kernel config file: options IPSEC options IPSEC_FILTERTUNNEL device crypto Cheers Norman Am Montag, den 03.03.2008, 15:15 +0300 schrieb Leonid Satanovsky: > Hi, people! > I've just "CvsUP"ed the "src-all" collection for "RELENG_7_0" > [This is a 7.0-RELEASE, as I understand, am I correct? ] > > trying to compile the source with IPSEC reselts in the following: > --------------------------------------- > <...> > > xform_ipcomp.o(.text+0xcac):/usr/src/sys/netipsec/xform_ipcomp.c:570: > undefined reference to `M_XDATA' > xform_ipcomp.o(.text+0xcbc):/usr/src/sys/netipsec/xform_ipcomp.c:571: > undefined reference to `crypto_freereq' > xform_ipcomp.o(.text+0xda6):/usr/src/sys/netipsec/xform_ipcomp.c:584: > undefined reference to `M_XDATA' > xform_ipcomp.o(.text+0xdb6):/usr/src/sys/netipsec/xform_ipcomp.c:585: > undefined reference to `crypto_freereq' > *** Error code 1 > > Stop in /usr/obj/usr/src/sys/TKLGW_7. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > > -------------------------------------- > The question: what may be wrong with that? > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"