On Mon, 25 Aug 2008, gregory steulet wrote:
Hello,
At first thanks for your answer.
In fact I used the following procedure to install all my components :
#get the latest stable kernel realease
[EMAIL PROTECTED] ~]# cd /usr/src
[EMAIL PROTECTED] src]#wget
http://www.eu.kernel.org/pub/linux/kernel/v2.6/linux-2.6.26.2.tar.gz
[EMAIL PROTECTED] src]# tar -xvzf linux-2.6.26.3.tar.gz
[EMAIL PROTECTED] src]# cd linux-2.6.26.3
[EMAIL PROTECTED] src]# cp /boot/configurexxxxxx
/usr/src/linux-2.6.26.3/.configure
#configure you kernel
[EMAIL PROTECTED] linux-2.6.26.3]# make menuconfig
#get & apply the lockproto patch
[EMAIL PROTECTED] linux-2.6.26.3]# wget
ftp://sources.redhat.com/pub/cluster/releases/lockproto-exports.patch
[EMAIL PROTECTED] linux-2.6.26.3]# patch -p1 < lockproto-exports.patch
patching file fs/gfs2/locking.c
#compiling kernel
[EMAIL PROTECTED] linux-2.6.26.3]# make bzImage
[EMAIL PROTECTED] linux-2.6.26.3]# make modules
[EMAIL PROTECTED] linux-2.6.26.3]# make modules_install
[EMAIL PROTECTED] linux-2.6.26.3]# make install
[EMAIL PROTECTED] linux-2.6.26.3]# reboot
#installing openais
[EMAIL PROTECTED] openais]# tar -xvzf openais-0.80.3.tar.gz
[EMAIL PROTECTED] openais-0.80.3]# make
[EMAIL PROTECTED] openais-0.80.3]# make install
#trying to install cluster
[EMAIL PROTECTED] cluster]# wget
ftp://sources.redhat.com/pub/cluster/releases/cluster-2.03.07.tar.gz
[EMAIL PROTECTED] cluster]# tar -xvzf cluster-2.03.07.tar.gz
[EMAIL PROTECTED] src]# cd cluster-2.03.07
[EMAIL PROTECTED] cluster-2.03.07]# ./configure
kernel_src=/usr/src/linux-2.6.26.3
^^ this is probably not enough. On some systems you need to specify
--libdir and other bits as well.
Please post the build error and not just a snippet of it.
Fabio
--
I'm going to make him an offer he can't refuse.
--
Linux-cluster mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/linux-cluster