samba 3.3.13 I get ctdb git clone git://git.samba.org/sahlberg/ctdb.git ctdb when I build; ./configure --with-ctdb=/usr/src/ctdb --with-cluster-support --enable-pie=no --with-shared-modules=idmap_tdb2 --prefix=/opt/samba there are some err "checking cluster support... configure: error: "ctdb_private.h is required for cluster support"
(In reply to comment #0) > samba 3.3.13 > I get ctdb > git clone git://git.samba.org/sahlberg/ctdb.git ctdb > when I build; > ./configure --with-ctdb=/usr/src/ctdb --with-cluster-support --enable-pie=no > --with-shared-modules=idmap_tdb2 --prefix=/opt/samba > there are some err > "checking cluster support... configure: error: "ctdb_private.h is required for > cluster support" Hmm, what are you trying to build here? The configure line looks as if you are compiling samba. In that case the "--with-ctdb" should point to the folder to which you unpacked the ctdb sources, so that it finds the "ctdb_private.h" header in the subdirectory "include/" there. I don't see the bug here (yet). (==> marking INVALID). If you simply have a problem building samba/ctdb, then please go to the samba-technical mailing list or irc channel for help. If you are still convinced you found a bug, please reopen the bug and provide more detailed info. Thanks! Michael