From: Eric Youngdale (eric@tantalus.dell.com)
Date: 09/17/92


From: eric@tantalus.dell.com (Eric Youngdale)
Subject: Re: compiling 0.97p5
Date: 17 Sep 1992 05:06:02 GMT


In article <1992Sep17.002848.19774@gmuvax2.gmu.edu> esaffle@gmuvax2.gmu.edu (Ed Saffle) writes:
>In article <1992Sep14.200615.24811@unislc.uucp> erc@unislc.uucp (Ed Carp) writes:
>>Yup, it is. I ran across this one myself. I removed the two offending
>>directories, remade the links, and everything worked!
>
>I cought on to this one early enough to fix it, but now I get the error
>something about an undefined symbol _check_cdrom_switch (I think this is it).

        You need to put something in your config.h:

#undef CONFIG_BLK_DEV_SR

right at the end of the file. When we added cdrom stuff to the kernel, I just
used the scsi disk and scsi tapes as examples. For some reason this symbol
gets defined again, and this leads to the problem you are having.

-Eric