From mboxrd@z Thu Jan 1 00:00:00 1970 From: lhh@sourceware.org Date: 29 Jun 2007 18:09:13 -0000 Subject: [Cluster-devel] cluster/doc usage.txt Message-ID: <20070629180913.9253.qmail@sourceware.org> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit CVSROOT: /cvs/cluster Module name: cluster Changes by: lhh at sourceware.org 2007-06-29 18:09:12 Modified files: doc : usage.txt Log message: Add note to usage.txt for configuring on 64-bit environments Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/doc/usage.txt.diff?cvsroot=cluster&r1=1.36&r2=1.37 --- cluster/doc/usage.txt 2007/02/27 20:13:52 1.36 +++ cluster/doc/usage.txt 2007/06/29 18:09:10 1.37 @@ -42,6 +42,9 @@ ./configure --kernel_src=/path/to/kernel make install + NOTE: On 64-bit systems, you will usually need to add '--libdir=/usr/lib64' + to the configure line. + Install LVM2/CLVM (optional) cvs -d :pserver:cvs at sources.redhat.com:/cvs/lvm2 login cvs cvs -d :pserver:cvs at sources.redhat.com:/cvs/lvm2 checkout LVM2 @@ -51,6 +54,8 @@ ./configure --with-clvmd=cman --with-cluster=shared make; make install + NOTE: On 64-bit systems, you will usually need to add '--libdir=/usr/lib64' + to the configure line. Load kernel modules -------------------