Note: "permalinks" may not be as permanent as we would like,
direct links of old sources may well be a few messages off.
I was working on variations of the kernel prep when I received your email. That is definitely the problem. That section is a little confusing, and I think the variation I needed was a bit more simple. Here's the solution so far: make sure kernel-source rpm is installed > cd /usr/src/linux (symlink on red hat) > make mrproper > make oldconfig (all that's needed for cloning the stock redhat kernel config?) > make ./include/linux/verison.h (different path than doc) I've still got errors, but they look like normal dependency problems. Thanks for the pointer. cody On Mon, 1 Mar 2004, Lars Ellenberg wrote: > / 2004-03-01 12:43:42 -0700 > \ ccollier at viawest.net: > > > > > > I'm just getting started with DRBD, and trying to get it running on Red > > Hat Enterprise Linux 3 ES. I've noticed 1-2 compile problems related > > to RHEL in the bug tracker with no messages. In this case, I'm trying to > > 'make rpm' but I get an error noting that I'm not running a kernel > > configured for LKM. I'm pretty sure I am though. I've also uncommented > > and edited the appropriate lines in drbd_config.h. Can anyone provide any > > quick insight from previous experience? > > > > I guess you already read INSTALL, section "Prepare the kernel source tree" ? > > Lars Ellenberg > _______________________________________________ > drbd-user mailing list > drbd-user at lists.linbit.com > http://lists.linbit.com/mailman/listinfo/drbd-user >