All,<br>
I am getting errors on dlm-kernel when compiling cluster src on FC3.
Here's what I did before compiling it, downloaded 2.6.15 kernel to
/usr/src/linux-2.6.15. compiled it with O=/root/work/kernel.<br>
<br>
download cluster via cvs command:  cvs -d :pserver:cvs@sources.redhat.com:/cvs/cluster checkout cluster<br>
<br>
cd cluster/magma; ./configure --kernel_src=/root/work/kernel; make && make install. This went find.<br>
cd ..<br>
./configure --kernel_src=/root/work/kernel;make.  This is where it pukes on dlm_kernel.<br>
<br>
<br>
Does any one have any idea what is wrong?  Shoud I be using
--kernel_src=/usr/src/linux-2.6.15 or --kernel_src=/root/work/kernel?
In either case I am having the same error with either vaules for
kernel_src.<br>