[Pacemaker] pygui error to install on Ubuntu 10.04

Luana C. Rocha luanac.rocha at gmail.com
Mon Sep 13 12:05:02 EDT 2010


  Thank you all for the fast replies.
Dan, I'll take a look at DRDB, thank you.

I solved the problem with this steps:

apt-get install gcc g++ make autoconf automake gawk
apt-get install gettext intltool
autoreconf -ifs

But, now I'm stucked with this other message:

*Error trying to start Pacemaker-Python-GUI-6318ced8e29b with heartbeat 
support:*
root at squid01:/home/luana/Pacemaker-Python-GUI-6318ced8e29b# ./bootstrap 
--with-heartbeat-support
configure: WARNING: glue_config.h: accepted by the compiler, rejected by 
the preprocessor!
configure: WARNING: glue_config.h: proceeding with the compiler's result
checking for glue_config.h... yes
checking for HA_HBCONF_DIR in glue_config.h... /etc/ha.d/
checking for HB_RA_DIR in glue_config.h... /etc/ha.d/resource.d/
checking for HA_LIBDIR in glue_config.h... 
/tmp/extract_define.HA_LIBDIR.24084.c: In function 'main':
/tmp/extract_define.HA_LIBDIR.24084.c:3: error: 'HA_LIBDIR' undeclared 
(first use in this function)
/tmp/extract_define.HA_LIBDIR.24084.c:3: error: (Each undeclared 
identifier is reported only once
/tmp/extract_define.HA_LIBDIR.24084.c:3: error: for each function it 
appears in.)
./configure: line 5400: /tmp/extract_define.HA_LIBDIR.24084: No such 
file or directory

printf: usage: printf [-v var] format [arguments]
checking for HA_LIBHBDIR in glue_config.h... /usr/lib/heartbeat
checking for HA_VARRUNDIR in glue_config.h... /var/run
checking for HA_VARLIBHBDIR in glue_config.h... /var/lib/heartbeat
checking for OCF_ROOT_DIR in glue_config.h... /usr/lib/ocf
checking for OCF_RA_DIR in glue_config.h... /usr/lib/ocf/resource.d/
checking for HA_APIGROUP in glue_config.h... haclient
checking for HA_CCMUSER in glue_config.h... hacluster
checking for hg... /usr/local/hg
checking build revision... 6318ced8e29b0040721e91054c608eca0d40868f
checking for PILLoadPlugin in -lpils... yes
checking for G_main_add_IPC_Channel in -lplumb... yes
checking for msgfromIPC_timeout... yes
checking for struct lrm_ops.fail_rsc... yes
checking for ll_cluster_new in -lhbclient... no
configure: error: in `/home/luana/Pacemaker-Python-GUI-6318ced8e29b':
*configure: error: Unable to support Heartbeat: client libraries not found*

*Error trying to start Pacemaker-Python-GUI-pacemaker-mgmt-2.0.0:*
configure: WARNING: glue_config.h: accepted by the compiler, rejected by 
the preprocessor!
configure: WARNING: glue_config.h: proceeding with the compiler's result
checking for glue_config.h... yes
checking for HA_HBCONF_DIR in glue_config.h... /etc/ha.d/
checking for HB_RA_DIR in glue_config.h... /etc/ha.d/resource.d/
checking for HA_LIBDIR in glue_config.h... 
/tmp/extract_define.HA_LIBDIR.20657.c: In function 'main':
/tmp/extract_define.HA_LIBDIR.20657.c:3: error: 'HA_LIBDIR' undeclared 
(first use in this function)
/tmp/extract_define.HA_LIBDIR.20657.c:3: error: (Each undeclared 
identifier is reported only once
/tmp/extract_define.HA_LIBDIR.20657.c:3: error: for each function it 
appears in.)
./configure: line 5400: /tmp/extract_define.HA_LIBDIR.20657: No such 
file or directory

printf: usage: printf [-v var] format [arguments]
checking for HA_LIBHBDIR in glue_config.h... /usr/lib/heartbeat
checking for HA_VARRUNDIR in glue_config.h... /var/run
checking for HA_VARLIBHBDIR in glue_config.h... /var/lib/heartbeat
checking for OCF_ROOT_DIR in glue_config.h... /usr/lib/ocf
checking for OCF_RA_DIR in glue_config.h... /usr/lib/ocf/resource.d/
checking for HA_APIGROUP in glue_config.h... haclient
checking for HA_CCMUSER in glue_config.h... hacluster
checking for hg... /usr/local/hg
checking build revision... 18332eae086e5c64bf1f2ae80eba52b72c409963
checking for PILLoadPlugin in -lpils... yes
checking for G_main_add_IPC_Channel in -lplumb... yes
checking for msgfromIPC_timeout... yes
checking for struct lrm_ops.fail_rsc... yes
checking for ll_cluster_new in -lhbclient... no
configure: error: in 
`/home/luana/Pacemaker-Python-GUI-pacemaker-mgmt-2.0.0':
*configure: error: Unable to support Heartbeat: client libraries not found*
See `config.log' for more details.*


**Error trying to start heartbeat:*
/etc/init.d/heartbeat start
Starting High-Availability services:  Heartbeat failure [rc=6]. Failed.
*heartbeat[17880]: 2010/09/13_11:23:56 ERROR: Client child command 
[/usr/lib/heartbeat/mgmtd] is not executable*
heartbeat[17880]: 2010/09/13_11:23:56 info: Version 2 support: on
heartbeat[17880]: 2010/09/13_11:23:56 ERROR: Heartbeat not started: 
configuration error.
heartbeat[17880]: 2010/09/13_11:23:56 ERROR: Configuration error, 
heartbeat not started.

I'm trying to setup a High Available Firewall Cluster, i'm following 
this paper, but stuck without the gui interface: 
http://www.multinet.de/HAFirewall/HAFirewall.pdf

I've tryed to use CentOs, but stuck with some problem with the netfilter 
(http://ben.timby.com/?p=73)
Then I've tried with debian, but have problem with packages Depends and 
Conflicts 
(http://oss.clusterlabs.org/pipermail/pacemaker/2010-September/007432.html)
Now I'm trying with Ubuntu. Why I'm not able to find the  package 
heartbeat-gui from ubuntu 10.04 repos?

Thanks for the help.

L.C.R.


Em 13/09/2010 09:23, Luana C. Rocha escreveu:
>  Hi,
>
> I'm trying to install pygui on my ubuntu server 10.04
> I have done this steps:
>
> wget  http://hg.clusterlabs.org/pacemaker/pygui/archive/tip.tar.bz2
> tar -jxvf tip.tar.bz2
> cd Pacemaker-Python-GUI-6318ced8e29b/
> ./ConfigureMe make
> Configure flags for Debian GNU/Linux: --prefix=/usr --sysconfdir=/etc 
> --localstatedir=/var --mandir=/usr/share/man --disable-rpath
> Running ./configure --prefix=/usr --sysconfdir=/etc 
> --localstatedir=/var --mandir=/usr/share/man --disable-rpath
> checking build system type... i686-pc-linux-gnu
> checking host system type... i686-pc-linux-gnu
> checking for a BSD-compatible install... /usr/bin/install -c
> checking whether build environment is sane... yes
> checking for a thread-safe mkdir -p... /bin/mkdir -p
> checking for gawk... gawk
> checking whether make sets $(MAKE)... yes
> ./configure: line 3432: syntax error near unexpected token `0.35.2'
> ./configure: line 3432: `AC_PROG_INTLTOOL(0.35.2)'
>
> Does anyone know how can i make it work?
>
> Tks.
>
> L.C.R.
>
>
>

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.clusterlabs.org/pipermail/pacemaker/attachments/20100913/a9a20b3b/attachment-0001.html>


More information about the Pacemaker mailing list