Re: [Linux-HA] trouble installing Heartbeat

2013-12-01 Thread emmanuel segura
maybe you are missing the uuid library


2013/12/1 John Williams john.1...@yahoo.com

 I'm trying to install heartbeat and I'm getting the following error with
 the cluster glue components during the make part of the build:


 /bin/sh ../../libtool --tag=CC  --tag=CC   --mode=link gcc -std=gnu99  -g
 -O2 -ggdb3 -O0  -fgnu89-inline -fstack-protector-all -Wall
 -Waggregate-return -Wbad-function-cast -Wcast-qual -Wcast-align
 -Wdeclaration-after-statement -Wendif-labels -Wfloat-equal -Wformat=2
 -Wformat-security -Wformat-nonliteral -Winline -Wmissing-prototypes
 -Wmissing-declarations -Wmissing-format-attribute -Wnested-externs
 -Wno-long-long -Wno-strict-aliasing -Wpointer-arith -Wstrict-prototypes
 -Wwrite-strings -ansi -D_GNU_SOURCE -DANSI_ONLY -Werror   -o ipctest
 ipctest.o libplumb.la ../../replace/libreplace.la  ../../lib/pils/
 libpils.la -lbz2 -lxml2 -lc -lrt -ldl  -lglib-2.0   -lltdl
 libtool: link: gcc -std=gnu99 -g -O2 -ggdb3 -O0 -fgnu89-inline
 -fstack-protector-all -Wall -Waggregate-return -Wbad-function-cast
 -Wcast-qual -Wcast-align -Wdeclaration-after-statement -Wendif-labels
 -Wfloat-equal -Wformat=2 -Wformat-security -Wformat-nonliteral -Winline
 -Wmissing-prototypes -Wmissing-declarations -Wmissing-format-attribute
 -Wnested-externs -Wno-long-long -Wno-strict-aliasing -Wpointer-arith
 -Wstrict-prototypes -Wwrite-strings -ansi -D_GNU_SOURCE -DANSI_ONLY -Werror
 -o .libs/ipctest ipctest.o  ./.libs/libplumb.so
 /home/ssaleh/Reusable-Cluster-Components-glue--glue-1.0.9/lib/pils/.libs/libpils.so
 ../../replace/.libs/libreplace.a ../../lib/pils/.libs/libpils.so -lbz2
 -lxml2 -lc -lrt -ldl -lglib-2.0 -lltdl
 ./.libs/libplumb.so: undefined reference to `uuid_parse'
 ./.libs/libplumb.so: undefined reference to `uuid_generate'
 ./.libs/libplumb.so: undefined reference to `uuid_copy'
 ./.libs/libplumb.so: undefined reference to `uuid_is_null'
 ./.libs/libplumb.so: undefined reference to `uuid_unparse'
 ./.libs/libplumb.so: undefined reference to `uuid_clear'
 ./.libs/libplumb.so: undefined reference to `uuid_compare'
 collect2: ld returned 1 exit status
 gmake[2]: *** [ipctest] Error 1
 gmake[2]: Leaving directory
 `/home/john/Reusable-Cluster-Components-glue--glue-1.0.9/lib/clplumbing'
 gmake[1]: *** [all-recursive] Error 1
 gmake[1]: Leaving directory
 `/home/john/Reusable-Cluster-Components-glue--glue-1.0.9/lib'
 make: *** [all-recursive] Error 1
 [root@bigb1 Reusable-Cluster-Components-glue--glue-1.0.9]#

 How do I resolve this?   Thanks in advance.

 J.
 ___
 Linux-HA mailing list
 Linux-HA@lists.linux-ha.org
 http://lists.linux-ha.org/mailman/listinfo/linux-ha
 See also: http://linux-ha.org/ReportingProblems




-- 
esta es mi vida e me la vivo hasta que dios quiera
___
Linux-HA mailing list
Linux-HA@lists.linux-ha.org
http://lists.linux-ha.org/mailman/listinfo/linux-ha
See also: http://linux-ha.org/ReportingProblems


Re: [Linux-HA] trouble installing Heartbeat

2013-12-01 Thread Digimer
Is this a new project? If so, heartbeat is (long) deprecated. New
projects should be based on corosync + pacemaker. All other HA stacks
are merging to those programs.

digimer

On 01/12/13 10:49, John Williams wrote:
 I'm trying to install heartbeat and I'm getting the following error with the 
 cluster glue components during the make part of the build:
 
 
 /bin/sh ../../libtool --tag=CC  --tag=CC   --mode=link gcc -std=gnu99  -g -O2 
 -ggdb3 -O0  -fgnu89-inline -fstack-protector-all -Wall -Waggregate-return 
 -Wbad-function-cast -Wcast-qual -Wcast-align -Wdeclaration-after-statement 
 -Wendif-labels -Wfloat-equal -Wformat=2 -Wformat-security -Wformat-nonliteral 
 -Winline -Wmissing-prototypes -Wmissing-declarations 
 -Wmissing-format-attribute -Wnested-externs -Wno-long-long 
 -Wno-strict-aliasing -Wpointer-arith -Wstrict-prototypes -Wwrite-strings 
 -ansi -D_GNU_SOURCE -DANSI_ONLY -Werror   -o ipctest ipctest.o libplumb.la 
 ../../replace/libreplace.la  ../../lib/pils/libpils.la -lbz2 -lxml2 -lc -lrt 
 -ldl  -lglib-2.0   -lltdl
 libtool: link: gcc -std=gnu99 -g -O2 -ggdb3 -O0 -fgnu89-inline 
 -fstack-protector-all -Wall -Waggregate-return -Wbad-function-cast 
 -Wcast-qual -Wcast-align -Wdeclaration-after-statement -Wendif-labels 
 -Wfloat-equal -Wformat=2 -Wformat-security -Wformat-nonliteral -Winline 
 -Wmissing-prototypes -Wmissing-declarations -Wmissing-format-attribute 
 -Wnested-externs -Wno-long-long -Wno-strict-aliasing -Wpointer-arith 
 -Wstrict-prototypes -Wwrite-strings -ansi -D_GNU_SOURCE -DANSI_ONLY -Werror 
 -o .libs/ipctest ipctest.o  ./.libs/libplumb.so 
 /home/ssaleh/Reusable-Cluster-Components-glue--glue-1.0.9/lib/pils/.libs/libpils.so
  ../../replace/.libs/libreplace.a ../../lib/pils/.libs/libpils.so -lbz2 
 -lxml2 -lc -lrt -ldl -lglib-2.0 -lltdl
 ./.libs/libplumb.so: undefined reference to `uuid_parse'
 ./.libs/libplumb.so: undefined reference to `uuid_generate'
 ./.libs/libplumb.so: undefined reference to `uuid_copy'
 ./.libs/libplumb.so: undefined reference to `uuid_is_null'
 ./.libs/libplumb.so: undefined reference to `uuid_unparse'
 ./.libs/libplumb.so: undefined reference to `uuid_clear'
 ./.libs/libplumb.so: undefined reference to `uuid_compare'
 collect2: ld returned 1 exit status
 gmake[2]: *** [ipctest] Error 1
 gmake[2]: Leaving directory 
 `/home/john/Reusable-Cluster-Components-glue--glue-1.0.9/lib/clplumbing'
 gmake[1]: *** [all-recursive] Error 1
 gmake[1]: Leaving directory 
 `/home/john/Reusable-Cluster-Components-glue--glue-1.0.9/lib'
 make: *** [all-recursive] Error 1
 [root@bigb1 Reusable-Cluster-Components-glue--glue-1.0.9]#
 
 How do I resolve this?   Thanks in advance.
 
 J.
 ___
 Linux-HA mailing list
 Linux-HA@lists.linux-ha.org
 http://lists.linux-ha.org/mailman/listinfo/linux-ha
 See also: http://linux-ha.org/ReportingProblems
 


-- 
Digimer
Papers and Projects: https://alteeve.ca/w/
What if the cure for cancer is trapped in the mind of a person without
access to education?
___
Linux-HA mailing list
Linux-HA@lists.linux-ha.org
http://lists.linux-ha.org/mailman/listinfo/linux-ha
See also: http://linux-ha.org/ReportingProblems