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 [EMAIL PROTECTED]
with "unsubscribe freebsd-net" in the body of the message

Reply via email to