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 [root@localhost ~]# cd /usr/src [root@localhost src]#wget http://www.eu.kernel.org/pub/linux/kernel/v2.6/linux-2.6.26.2.tar.gz [root@localhost src]# tar -xvzf linux-2.6.26.3.tar.gz [root@localhost src]# cd linux-2.6.26.3 [root@localhost src]# cp /boot/configurexxxxxx /usr/src/linux-2.6.26.3/.configure #configure you kernel [root@localhost linux-2.6.26.3]# make menuconfig #get & apply the lockproto patch [root@localhost linux-2.6.26.3]# wget ftp://sources.redhat.com/pub/cluster/releases/lockproto-exports.patch [root@localhost linux-2.6.26.3]# patch -p1 < lockproto-exports.patch patching file fs/gfs2/locking.c #compiling kernel [root@localhost linux-2.6.26.3]# make bzImage [root@localhost linux-2.6.26.3]# make modules [root@localhost linux-2.6.26.3]# make modules_install [root@localhost linux-2.6.26.3]# make install [root@localhost linux-2.6.26.3]# reboot #installing openais [root@localhost openais]# tar -xvzf openais-0.80.3.tar.gz [root@localhost openais-0.80.3]# make [root@localhost openais-0.80.3]# make install #trying to install cluster [root@localhost cluster]# wget ftp://sources.redhat.com/pub/cluster/releases/cluster-2.03.07.tar.gz [root@localhost cluster]# tar -xvzf cluster-2.03.07.tar.gz [root@localhost src]# cd cluster-2.03.07 [root@localhost 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 Linux-cluster@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/linux-cluster