Bug 7525 - build err
Summary: build err
Status: RESOLVED INVALID
Alias: None
Product: CTDB 2.5.x or older
Classification: Unclassified
Component: ctdb (show other bugs)
Version: unspecified
Hardware: x64 Linux
: P3 normal
Target Milestone: ---
Assignee: Michael Adam
QA Contact: Samba QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-18 08:31 UTC by qwq
Modified: 2010-08-16 14:39 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description qwq 2010-06-18 08:31:22 UTC
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"
Comment 1 Michael Adam 2010-08-16 14:39:30 UTC
(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