From owner-freebsd-stable Sat Apr 21 14:30: 8 2001 Delivered-To: freebsd-stable@freebsd.org Received: from InterJet.dellroad.org (adsl-63-194-81-26.dsl.snfc21.pacbell.net [63.194.81.26]) by hub.freebsd.org (Postfix) with ESMTP id 5B48237B42C for ; Sat, 21 Apr 2001 14:30:04 -0700 (PDT) (envelope-from archie@dellroad.org) Received: from arch20m.dellroad.org (arch20m.dellroad.org [10.1.1.20]) by InterJet.dellroad.org (8.9.1a/8.9.1) with ESMTP id OAA30921; Sat, 21 Apr 2001 14:15:59 -0700 (PDT) Received: (from archie@localhost) by arch20m.dellroad.org (8.11.1/8.11.1) id f3LLF3D05160; Sat, 21 Apr 2001 14:15:03 -0700 (PDT) (envelope-from archie) From: Archie Cobbs Message-Id: <200104212115.f3LLF3D05160@arch20m.dellroad.org> Subject: Re: compiling PPTPGRE help ?? In-Reply-To: <000c01c0c900$d5c64e20$d02b82d0@Misterb> "from brentb at Apr 19, 2001 02:44:58 pm" To: brentb Date: Sat, 21 Apr 2001 14:15:02 -0700 (PDT) Cc: freebsd-stable@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL82 (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG brentb writes: > Im trying to setup a freeBSD 4.1 NAT box to use PPTPGRE to tunnel > between my 2 networks... > i added > "options PPTPGRE " Assuming you mean "options NETGRAPH_PPTPGRE"... > to my kernel config file....but it failed in the middle of "make" > below is the error mesage ... is there anything that i missed > ..like another option ?? or something.. any help is appreciated > > ng_pptpgre.o: In function `ng_pptpgre_constructor': > ng_pptpgre.o(.text+0xc): undefined reference to `M_NETGRAPH' Yes, you need this as well: options NETGRAPH and if you're using mpd you'll need these too: options NETGRAPH_BPF options NETGRAPH_IFACE options NETGRAPH_KSOCKET options NETGRAPH_MPPC options NETGRAPH_PPP options NETGRAPH_SOCKET options NETGRAPH_VJC -Archie __________________________________________________________________________ Archie Cobbs * Packet Design * http://www.packetdesign.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message