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.
download cluster via cvs command: cvs -d :pserver:cvs@xxxxxxxxxxxxxxxxxx:/cvs/cluster checkout cluster
cd cluster/magma; ./configure --kernel_src=/root/work/kernel; make && make install. This went find.
cd ..
./configure --kernel_src=/root/work/kernel;make. This is where it pukes on dlm_kernel.
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.
-- Linux-cluster@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/linux-cluster