<br><br><div class="gmail_quote">On Tue, Dec 15, 2009 at 12:25 AM, Hunny Bunny <span dir="ltr"><<a href="mailto:tmphb@yahoo.com">tmphb@yahoo.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<table cellspacing="0" cellpadding="0" border="0"><tbody><tr><td valign="top" style="font:inherit">Hello folkz,<br>I'm trying to compile Pacemaker for using it with openAIS stack.<br><br>However, when I execute my configuration file with or without <br>
--with-ais --without-heartbeat options it gives me this error:<br><br><--------- snipped ---------><br>configure: error: in `/var/build/Pacemaker/Pacemaker-1-0-b488dfc5c653':<br>configure: error: Core Heartbeat utility libraries not found: no<br>
See `config.log' for more details.<br><--------- snipped ----------><br><br>But I don't want to use Heartbeat anyway and disable it in config file.<br></td></tr></tbody></table></blockquote><div><br></div><div>
There are a couple of libraries that we need from what used to be heartbeat.</div><div>You'll need to build and install cluster-glue.</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<table cellspacing="0" cellpadding="0" border="0"><tbody><tr><td valign="top" style="font:inherit">Why Pacemaker complains about this?<br>Could somebody please point me to the remedy for this problem.<br><br>Thank you in advance,<br>
<br>Alex<br><br>P.S. my Pacemaker_Conf  file is below<br><br>#!/bin/bash<br><br>export PREFIX=/usr/local/cluster<br><br>./autogen.sh && ./configure
 \<br>--prefix=$PREFIX \<br>--sbindir=$PREFIX/sbin \<br>--bindir=$PREFIX/bin \<br>--libdir=$PREFIX/lib \<br>--libexecdir=$PREFIX/libexec \<br>--includedir=$PREFIX/include \<br>--sysconfdir=/etc \<br>--datarootdir=$PREFIX/share \<br>
--datadir=$PREFIX/share \<br>--datarootdir=$PREFIX/share \<br>--mandir=$PREFIX/man \<br>--docdir=$PREFIX/doc/pacemaker \<br>--infodir=$PREFIX/info \<br>--localstatedir=$PREFIX/var \<br>--with-initdir=/etc/init.d \<br>--with-ais \<br>
--with-ais-prefix=$PREFIX \<br>--with-lcrso-dir=$PREFIX/libexec/lcrso \<br>--with-snmp \<br>--with-esmtp \<br>--without-heartbeat \<br>--enable-thread-safe \<br>--disable-fatal-warnings<br></td></tr></tbody></table><br>



      <br>_______________________________________________<br>
Pacemaker mailing list<br>
<a href="mailto:Pacemaker@oss.clusterlabs.org">Pacemaker@oss.clusterlabs.org</a><br>
<a href="http://oss.clusterlabs.org/mailman/listinfo/pacemaker" target="_blank">http://oss.clusterlabs.org/mailman/listinfo/pacemaker</a><br>
<br></blockquote></div><br>