Note: "permalinks" may not be as permanent as we would like,
direct links of old sources may well be a few messages off.
/ 2004-06-15 11:37:16 -0700 \ Preston Terrell: > I am running Redhat9 with kernel 2.4.20-30.9.um.2, I > can not seem to do the kernel aspects of the drbd > installation correctly. I have read the FAQs and the > INSTALL, but I just can't seem to get it right. > > Anybody have a step by step or could point me in the > right direction. > > > This is my error: > make dep ... > make: Entering an unknown directory > make: *** /lib/modules/2.4.20-30.9.um.2/build: No such seems to be an uml kernel. typically /lib/module/`uname -r`/build is a link to the sources (or at least headers) of that kernel. ls -l /lib/modules/2.4.20-30.9.um.2/build and see where it points to... if the "best guess" by make is not good enough, you can always give an explicit KDIR=/some/where parameter, _telling_ make were your kernel sources reside. lge