[Linux-cluster] Trying to compile cluster-2.03.07

Fabio M. Di Nitto fdinitto at redhat.com
Tue Aug 26 06:57:07 UTC 2008


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




More information about the Linux-cluster mailing list