1 <!--#set var="TITLE" value="Building CTDB" -->
2 <!--#include virtual="header.html" -->
4 <H2 align=
"center">Building CTDB and Samba
</h2>
7 To build a copy of CTDB code from a git tree you should do this:
16 To build a copy of CTDB code from a tarball you should do this:
18 tar xf ctdb-x.y.tar.gz
24 You need to install ctdb on all nodes of your cluster.
29 To build a copy of Samba3 with clustering and ctdb support you should do this:
31 cd samba_3_0_ctdb/source
33 ./configure --with-ctdb=/usr/src/ctdb --with-cluster-support --enable-pie=no
38 Once compiled, you should install Samba on all cluster nodes.
<br><br>
40 The /usr/src/ctdb path should be replaced with the path to the ctdb sources that you downloaded above.
42 <!--#include virtual="footer.html" -->