Return to BSD News archive
Path: euryale.cc.adfa.oz.au!newshost.anu.edu.au!harbinger.cc.monash.edu.au!munnari.OZ.AU!news.ecn.uoknor.edu!paladin.american.edu!gatech!news.mathworks.com!uunet!in2.uu.net!gateway.sequent.com!newsfeed.orst.edu!news.uidaho.edu!usenet From: "Faried Nawaz" <fn@uidaho.edu> Newsgroups: comp.unix.bsd.freebsd.misc Subject: Re: Error in ethernet ed0 option compile Date: 19 Jul 1996 06:19:22 -0700 Organization: dis. Lines: 16 Sender: fn@LISP-READER.csrv.uidaho.edu Distribution: world Message-ID: <nfn30w4bz9.fsf@LISP-READER.csrv.uidaho.edu> References: <jyanek-0807960804370001@cnc099037.concentric.net> NNTP-Posting-Host: lisp-reader.csrv.uidaho.edu Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit In-reply-to: jyanek@concentric.net's message of Mon, 08 Jul 1996 08:04:37 -0500 X-Newsreader: Gnus v5.1 In article <jyanek-0807960804370001@cnc099037.concentric.net> jyanek@concentric.net (Jay Yanek) writes: loading kernel if_ed.o: Undefined symbol `_ether_output' referenced from text segment if_ed.o: Undefined symbol `_ether_sprintf' referenced from text segment if_ed.o: Undefined symbol `_arp_ifinit' referenced from text segment if_ed.o: Undefined symbol `_ether_addmulti' referenced from text segment if_ed.o: Undefined symbol `_ether_delmulti' referenced from text segment if_ed.o: Undefined symbol `_ether_input' referenced from text segment *** Error code 1 Stop. myhost# do you have `pseudo-device ether' in your kernel config? if not, add it (as in /sys/i386/conf/LINT).