Return to BSD News archive
Path: euryale.cc.adfa.oz.au!newshost.anu.edu.au!harbinger.cc.monash.edu.au!news.rmit.EDU.AU!news.unimelb.EDU.AU!munnari.OZ.AU!spool.mu.edu!howland.reston.ans.net!nntp.coast.net!news.kei.com!newsfeed.internetmci.com!news.inc.net!arclight.uoregon.edu!dispatch.news.demon.net!demon!jraynard.demon.co.uk!jraynard.demon.co.uk!james From: james@jraynard.demon.co.uk (James Raynard) Newsgroups: comp.unix.bsd.freebsd.misc Subject: Re: compile error 2.1.0 Date: 15 May 1996 02:59:19 GMT Organization: A FreeBSD box Lines: 22 Message-ID: <4nbha7$cbr@jraynard.demon.co.uk> References: <4navse$b71@usenet.kornet.nm.kr> NNTP-Posting-Host: localhost.demon.co.uk X-NNTP-Posting-Host: jraynard.demon.co.uk X-Newsreader: TIN [version 1.2 PL2] JoongSub Lee (kornet) (audience@soback.kornet.nm.kr) wrote: : but I couldn't. The stderr messages were : sd.o: undefined symbol `_scsi_register' referenced from text segmemt : sd.o: undefined symbol `_scsi_open_' referenced from text segment It looks like you're trying to compile in SCSI support but the base SCSI code is missing. Add the line controller scbus0 # base SCSI code to your kernel config file. Alternatively, you could be trying to remove SCSI support and left one of the SCSI devices in by mistake. In which case, you need to find it and remove it. -- James Raynard, Edinburgh, Scotland jraynard@dial.pipex.com james@jraynard.demon.co.uk