[Cluster-devel] cluster/doc usage.txt

lhh at sourceware.org lhh at sourceware.org
Fri Jun 29 18:09:13 UTC 2007


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
 -------------------




More information about the Cluster-devel mailing list