Date: Sat, 21 Apr 2001 14:15:02 -0700 (PDT) From: Archie Cobbs <archie@dellroad.org> To: brentb <brentb@loa.com> Cc: freebsd-stable@FreeBSD.ORG Subject: Re: compiling PPTPGRE help ?? Message-ID: <200104212115.f3LLF3D05160@arch20m.dellroad.org> In-Reply-To: <000c01c0c900$d5c64e20$d02b82d0@Misterb> "from brentb at Apr 19, 2001 02:44:58 pm"
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200104212115.f3LLF3D05160>