From owner-freebsd-net Fri Feb 22 23:33:58 2002 Delivered-To: freebsd-net@freebsd.org Received: from web11604.mail.yahoo.com (web11604.mail.yahoo.com [216.136.172.56]) by hub.freebsd.org (Postfix) with SMTP id 0806237B402 for ; Fri, 22 Feb 2002 23:33:56 -0800 (PST) Message-ID: <20020223073355.69284.qmail@web11604.mail.yahoo.com> Received: from [202.94.3.60] by web11604.mail.yahoo.com via HTTP; Fri, 22 Feb 2002 23:33:55 PST Date: Fri, 22 Feb 2002 23:33:55 -0800 (PST) From: tang hongbin Subject: I can't build freebsd4.2 kernel with option NETGRAPH_MPPC_ENCRYPTION?? To: freebsd-net@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-net@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Dear all; When I selected options NETGRAPH_MPPC_ENCRYPTION, rather than options NETGRAPH_MPPC_COMPRESSION, in kernel config and tried to rebuild freebsd v42. kernel, I failed. The system printed the error messages as following ..... linking kernel ng_mppc.o: In function `ng_mppc_constructor': ng_mppc.o(.text+0xc): undefined reference to `M_NETGRAPH' ng_mppc.o(.text+0x40): undefined reference to `ng_make_node_common' ng_mppc.o(.text+0x59): undefined reference to `M_NETGRAPH' ng_mppc.o: In function `ng_mppc_rcvmsg': ng_mppc.o(.text+0x194): undefined reference to `M_NETGRAPH' ng_mppc.o(.text+0x1bd): undefined reference to `M_NETGRAPH' ng_mppc.o(.text+0x2b7): undefined reference to `M_NETGRAPH' ng_mppc.o(.text+0x2c6): undefined reference to `M_NETGRAPH' ng_mppc.o(.text+0x335): more undefined references to `M_NETGRAPH' follow ng_mppc.o: In function `ng_mppc_rcvdata': .... The system doesn't know where macro M_NETGRAPH. Could you please rebuild your kernel with "options NETGRAPH_MPPC_ENCRYPTION " in kernel config file. If you succeeded in doing so, please let me share your success. thanks bill.tang __________________________________________________ Do You Yahoo!? Yahoo! Sports - Coverage of the 2002 Olympic Games http://sports.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-net" in the body of the message