David Teigland a écrit :
A new source tarball from the STABLE branch has been released; it builds
and runs on 2.6.13:
ftp://sources.redhat.com/pub/cluster/releases/cluster-1.01.00.tar.gz
I just tried it on my 2.6.13-4 and I had the following error :
make[2]: Entering directory `/home/build/cluster-1.01.00/cman/lib'
gcc -Wall -g -O -I. -fPIC
-I/home/build/cluster-1.01.00/build/incdir/cluster -c -o libcman.o libcman.c
libcman.c:31:35: cluster/cnxman-socket.h: No such file or directory
I've fixed that with the patch attached to this mail.
Everything is compiling fine great jobs, this is really easiest than
before ;)
Is it difficult to make it compile on previous kernels like 2.6.11 ?
--- cluster-1.01.00/cman/lib/libcman.c~ 2005-05-11 11:07:22.000000000 +0200
+++ cluster-1.01.00/cman/lib/libcman.c 2005-10-20 14:07:09.000000000 +0200
@@ -28,7 +28,7 @@
#include <netinet/in.h>
#include <string.h>
#include <errno.h>
-#include <cluster/cnxman-socket.h>
+#include <cnxman-socket.h>
#include "libcman.h"
struct cman_handle
--
Linux-cluster@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/linux-cluster