<BODY><PRE>Hello, </PRE><PRE>At first thanks for your answer.</PRE><PRE>In fact I used the following procedure to install all my components :</PRE><PRE> </PRE><PRE>#get the latest stable kernel realease<BR>[root@localhost ~]# cd /usr/src<BR>[root@localhost src]#wget <A href="http://www.eu.kernel.org/pub/linux/kernel/v2.6/linux-2.6.26.2.tar.gz">http://www.eu.kernel.org/pub/linux/kernel/v2.6/linux-2.6.26.2.tar.gz</A><BR>[root@localhost src]# tar -xvzf linux-2.6.26.3.tar.gz<BR>[root@localhost src]# cd linux-2.6.26.3<BR>[root@localhost src]# cp /boot/configurexxxxxx /usr/src/linux-2.6.26.3/.configure</PRE><PRE>#configure you kernel<BR>[root@localhost linux-2.6.26.3]# make menuconfig</PRE><PRE>#get & apply the lockproto patch<BR>[root@localhost linux-2.6.26.3]# wget <A href="ftp://sources.redhat.com/pub/cluster/releases/lockproto-exports.patch">ftp://sources.redhat.com/pub/cluster/releases/lockproto-exports.patch</A><BR>[root@localhost linux-2.6.26.3]# patch -p1 < loc!
 kproto-exports.patch<BR>patching file fs/gfs2/locking.c</PRE><PRE>#compiling kernel<BR>[root@localhost linux-2.6.26.3]# make bzImage<BR>[root@localhost linux-2.6.26.3]# make modules<BR>[root@localhost linux-2.6.26.3]# make modules_install<BR>[root@localhost linux-2.6.26.3]# make install<BR>[root@localhost linux-2.6.26.3]# reboot</PRE><PRE>#installing openais<BR>[root@localhost openais]# tar -xvzf openais-0.80.3.tar.gz<BR>[root@localhost openais-0.80.3]# make<BR>[root@localhost openais-0.80.3]# make install</PRE><PRE>#trying to install cluster</PRE><PRE>[root@localhost cluster]# wget <A href="ftp://sources.redhat.com/pub/cluster/releases/cluster-2.03.07.tar.gz">ftp://sources.redhat.com/pub/cluster/releases/cluster-2.03.07.tar.gz</A><BR>[root@localhost cluster]# tar -xvzf cluster-2.03.07.tar.gz<BR>[root@localhost src]# cd cluster-2.03.07<BR>[root@localhost cluster-2.03.07]# ./configure kernel_src=/usr/src/linux-2.6.26.3<BR>[root@localhost cluster-2.03.07]# make install</PRE><!
 PRE> </PRE><PRE>In fact I just would like a reliable procedure to install all those components without having problems.<BR>Just a simple procedure with all requirements and commands. I'm simply doing that to know if GFS is usable only on Redhat or if it's possible to install on other distribution</PRE><PRE>Thanks again for your help, regards</PRE><PRE><BR>Greg</PRE><PRE> </PRE><PRE>Hi,


Are you sure openais-devel is installed?

In rhel-5, openais-devel owns that header file. I'm not sure same goes
for centos but same or similar named package should be required, I
guess.

[root@cluster-1@foo ~]# cat /etc/redhat-release
Red Hat Enterprise Linux Server release 5.2 (Tikanga)
[root@cluster-1@foo ~]# rpm -qf $(locate openais/service/swab.h)
openais-devel-0.80.3-15.el5


- satoru

On Sat, Aug 23, 2008 at 10:34:45AM +0200, gregory steulet wrote:
> Hi folks,

> I'm a bit fed up with this project of red hat cluster. At first I tried
to
> compile cluster-2.03.07 on a 64 bits system... well I forgot it, it looks
not
> possible. Now I switched on a centos 32 bits, other errors occured when I
try
> to compile cluster-2.03.07

> My configuration is the following :
> - centos 5.2 32 bits, last patches
> - kernel 2.6.26.3
> -openais-080.3

> I used the following procedure to compile cluster-2.03.07

> configure --kernel_src=/usr/src/linux-2.6.26.3
> make

> There I got lot of errors regarding openais (cman/deamon/deamon.c:21:34:
error:
> openais/service/swab.h: no such file or directory, deamon.c:22:35: error:
> openais/totem/aispool.h: nos such file or directory)

> However I had a look on <A href="http://sources.redhat.com/cluster/wiki/" target=_blank><FONT face=Arial color=#2d5180>http://sources.redhat.com/cluster/wiki/</FONT></A> and my set up
> looks good... How do I have to proceed ???

> Greg

--
Linux-cluster mailing list
Linux-cluster@redhat.com
https://www.redhat.com/mailman/listinfo/linux-cluster</PRE></BODY>