[Pacemaker] Pacemaker compilation problem with or without --without-heartbeat option

Andrew Beekhof andrew at beekhof.net
Tue Dec 15 03:31:06 EST 2009


On Tue, Dec 15, 2009 at 12:25 AM, Hunny Bunny <tmphb at yahoo.com> wrote:

> Hello folkz,
> I'm trying to compile Pacemaker for using it with openAIS stack.
>
> However, when I execute my configuration file with or without
> --with-ais --without-heartbeat options it gives me this error:
>
> <--------- snipped --------->
> configure: error: in `/var/build/Pacemaker/Pacemaker-1-0-b488dfc5c653':
> configure: error: Core Heartbeat utility libraries not found: no
> See `config.log' for more details.
> <--------- snipped ---------->
>
> But I don't want to use Heartbeat anyway and disable it in config file.
>

There are a couple of libraries that we need from what used to be heartbeat.
You'll need to build and install cluster-glue.


> Why Pacemaker complains about this?
> Could somebody please point me to the remedy for this problem.
>
> Thank you in advance,
>
> Alex
>
> P.S. my Pacemaker_Conf  file is below
>
> #!/bin/bash
>
> export PREFIX=/usr/local/cluster
>
> ./autogen.sh && ./configure \
> --prefix=$PREFIX \
> --sbindir=$PREFIX/sbin \
> --bindir=$PREFIX/bin \
> --libdir=$PREFIX/lib \
> --libexecdir=$PREFIX/libexec \
> --includedir=$PREFIX/include \
> --sysconfdir=/etc \
> --datarootdir=$PREFIX/share \
> --datadir=$PREFIX/share \
> --datarootdir=$PREFIX/share \
> --mandir=$PREFIX/man \
> --docdir=$PREFIX/doc/pacemaker \
> --infodir=$PREFIX/info \
> --localstatedir=$PREFIX/var \
> --with-initdir=/etc/init.d \
> --with-ais \
> --with-ais-prefix=$PREFIX \
> --with-lcrso-dir=$PREFIX/libexec/lcrso \
> --with-snmp \
> --with-esmtp \
> --without-heartbeat \
> --enable-thread-safe \
> --disable-fatal-warnings
>
>
> _______________________________________________
> Pacemaker mailing list
> Pacemaker at oss.clusterlabs.org
> http://oss.clusterlabs.org/mailman/listinfo/pacemaker
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.clusterlabs.org/pipermail/pacemaker/attachments/20091215/2c244b9c/attachment-0001.html>


More information about the Pacemaker mailing list