<table cellspacing="0" cellpadding="0" border="0" ><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>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></table><br>