Date: Mon, 22 Nov 1999 20:16:47 -0800 (PST) From: Julian Elischer <julian@whistle.com> To: "David J. Fiander" <djfiande@julian.uwo.ca> Cc: freebsd-net@FreeBSD.ORG Subject: Re: Announce: PPPoE for -curent and -stable now standard. Message-ID: <Pine.BSF.4.10.9911222013560.9392-100000@current1.whistle.com> In-Reply-To: <Pine.BSF.4.05.9911222157580.377-100000@localhost.waterloo.on.ca>
next in thread | previous in thread | raw e-mail | index | archive | help
yes you are geting through it.. the -DNONETGRPAPH needs to be removed from the Makefile in ppp (brian just checked in a version with it removed.) we didn't want it compiling it till teh netgraph stuff was all checked in) On Mon, 22 Nov 1999, David J. Fiander wrote: > On Mon, 22 Nov 1999, Julian Elischer wrote: > > > I have done the following to get it going on 3.3-R > > > > [...] > > > > > Add options NETGRAPH, NG_SOCKET, NG_PPPOE to your kernel > > > > Everything's cool until I get here, but config reports "NG_PPPOE" > and "NG_SOCKET" are unknown options, and they don't appear in the > options file that I got from -stable. I'm guessing that you > meant to say > > Add options ... NETGRAPH_SOCKET, NETGRAPH_PPPOE to your kernel yep sorry. > > > compile kernel > > This complains, in a few places, that "struct arpcom" does not > have a member named "ac_ng". I copied sys/net/if_arp.h from > -stable. I also need > > sys/net/netisr.h for NETISR_NETGRAPH > sys/sys/socket.h for AF_NETGRAPH > > This redefines AF_MAX, so sys/mount.h has to be fixed. yeah though nothing would go wrong if it were incorrect > > > recompile ppp > > cd /usr/src/usr.sbin/ppp; make -DNOI4B; make -DNOI4B install > > This builds a ppp with '-DNONETGRAPH'. Is that right? > > I, of course, also have to build and install libnetgraph, ngctl, > and nghook. > yep sounds likeyou are getting there I hope to have a single tar file that does all of this :-) > - David > -- > David J. Fiander | What's past is prologue > Incipient Librarian | - The Tempest, Wm. Shakespeare > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-net" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.10.9911222013560.9392-100000>