From owner-freebsd-questions@FreeBSD.ORG Mon Feb 2 12:38:43 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0BEFD16A4CE for ; Mon, 2 Feb 2004 12:38:43 -0800 (PST) Received: from mail.dancris.com (mail.dancris.com [204.177.80.14]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3BFD843D46 for ; Mon, 2 Feb 2004 12:38:40 -0800 (PST) (envelope-from aaron@tragic-kingdom.net) Received: from mail.dancris.com (mail.dancris.com [204.177.80.14]) by mail.dancris.com (8.12.9/8.12.9) with ESMTP id i12KcVDC084595 for ; Mon, 2 Feb 2004 13:38:31 -0700 (MST) (envelope-from aaron@tragic-kingdom.net) Date: Mon, 2 Feb 2004 13:38:31 -0700 (MST) From: Aaron Brandt X-X-Sender: aaron@mail.dancris.com To: questions@freebsd.org Message-ID: <20040202133634.Q9899@mail.dancris.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: VPN over IPsec kernel help X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Feb 2004 20:38:43 -0000 All, I am having a issue getting my kernal to compile after adding the following - options IPSEC options IPSEC_ESP options IPSEC_DEBUG I have also tried - options FAST_IPSEC This is on a FreeBSD 5.1 box, I get through the make depend and then when I try to make it craps out here - sh ../../../conf/newvers.sh SLIMLINE cc -c -O -pipe -mcpu=pentiumpro -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -nostdinc -I- -I. -I../../.. -I../../../dev -I../../../contrib/dev/acpica -I../../../contrib/ipfilter -D_KERNEL -include opt_global.h -fno-common -mno-align-long-strings -mpreferred-stack-boundary=2 -ffreestanding -Werror vers.c linking kernel umass.o: In function `umass_cam_attach_sim': umass.o(.text+0x17c7): undefined reference to `cam_simq_alloc' umass.o(.text+0x1818): undefined reference to `cam_sim_alloc' umass.o(.text+0x1827): undefined reference to `cam_simq_free' umass.o(.text+0x1847): undefined reference to `xpt_bus_register' umass.o: In function `umass_cam_rescan_callback': umass.o(.text+0x1883): undefined reference to `xpt_free_path' umass.o: In function `umass_cam_rescan': umass.o(.text+0x18f5): undefined reference to `xpt_periph' umass.o(.text+0x1904): undefined reference to `xpt_create_path' umass.o(.text+0x1920): undefined reference to `xpt_setup_ccb' umass.o(.text+0x193d): undefined reference to `xpt_action' umass.o: In function `umass_cam_detach_sim': umass.o(.text+0x1a2c): undefined reference to `xpt_bus_deregister' umass.o(.text+0x1a48): undefined reference to `cam_sim_free' umass.o: In function `umass_cam_action': umass.o(.text+0x1ebd): undefined reference to `xpt_done' umass.o: In function `umass_cam_cb': umass.o(.text+0x202b): undefined reference to `xpt_done' umass.o: In function `umass_cam_sense_cb': umass.o(.text+0x2191): undefined reference to `xpt_done' umass.o: In function `umass_cam_quirk_cb': umass.o(.text+0x21bb): undefined reference to `xpt_done' *** Error code 1 Stop in /usr/src/sys/i386/compile/NEWKERNEL