I got to the bottom of why mercurial wasn't working - I hadn't got the openssl package installed!
I've cloned the repositories with the commands hg clone http://hg.linux-ha.org/dev /software/heartbeat-dev and hg clone http://hg.clusterlabs.org/pacemaker/dev /software/pacemaker-dev Having modified lib/stonith/Makefile.am to remove sbd (as it doesn't exist on the system): hg diff diff -r b6d762e73805 lib/stonith/Makefile.am --- a/lib/stonith/Makefile.am Fri Sep 12 09:49:20 2008 +1000 +++ b/lib/stonith/Makefile.am Fri Sep 12 10:03:04 2008 +0100 @@ -31,7 +31,7 @@ ## include files ## binaries -sbin_PROGRAMS = stonith meatclient sbd +sbin_PROGRAMS = stonith meatclient stonith_SOURCES = main.c I ran ConfigureMe and make and all went OK. POTD (Problem of The Day): With pacemaker it's a different story... # ./ConfigureMe bootstrap --with-heartbeat-support --without-ais-support Configure flags for Solaris: --disable-ldirectord --prefix=/opt/LXHAhb --sysconfdir=/etc/opt/LXHAhb --localstatedir=/var/opt/LXHAhb --with-pkgname=LXHAhb --disable-rpath Running ./autogen.sh Autoconf package autoconf found. Automake package automake found. Libtool package libtool found. aclocal configure.in:428: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works, ...): suspicious cache-id, must contain _cv_ to be cached ../../lib/autoconf/general.m4:1973: AC_CACHE_VAL is expanded from... ../../lib/autoconf/general.m4:1993: AC_CACHE_CHECK is expanded from... /usr/local/share/aclocal/libtool.m4:632: AC_LIBTOOL_COMPILER_OPTION is expanded from... /usr/local/share/aclocal/libtool.m4:4932: AC_LIBTOOL_PROG_COMPILER_PIC is expanded from... /usr/local/share/aclocal/libtool.m4:2700: _LT_AC_LANG_C_CONFIG is expanded from... /usr/local/share/aclocal/libtool.m4:2699: AC_LIBTOOL_LANG_C_CONFIG is expanded from... /usr/local/share/aclocal/libtool.m4:80: AC_LIBTOOL_SETUP is expanded from... /usr/local/share/aclocal/libtool.m4:60: _AC_PROG_LIBTOOL is expanded from... /usr/local/share/aclocal/libtool.m4:25: AC_PROG_LIBTOOL is expanded from... configure.in:428: the top level configure.in:428: warning: AC_CACHE_VAL(lt_prog_compiler_static_works, ...): suspicious cache-id, must contain _cv_ to be cached /usr/local/share/aclocal/libtool.m4:677: AC_LIBTOOL_LINKER_OPTION is expanded from... configure.in:428: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works_CXX, ...): suspicious cache-id, must contain _cv_ to be cached /usr/local/share/aclocal/libtool.m4:2781: _LT_AC_LANG_CXX_CONFIG is expanded from... /usr/local/share/aclocal/libtool.m4:2780: AC_LIBTOOL_LANG_CXX_CONFIG is expanded from... /usr/local/share/aclocal/libtool.m4:1825: _LT_AC_TAGCONFIG is expanded from... configure.in:428: warning: AC_CACHE_VAL(lt_prog_compiler_static_works_CXX, ...): suspicious cache-id, must contain _cv_ to be cached configure.in:428: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works_F77, ...): suspicious cache-id, must contain _cv_ to be cached /usr/local/share/aclocal/libtool.m4:4007: _LT_AC_LANG_F77_CONFIG is expanded from... /usr/local/share/aclocal/libtool.m4:4006: AC_LIBTOOL_LANG_F77_CONFIG is expanded from... configure.in:428: warning: AC_CACHE_VAL(lt_prog_compiler_static_works_F77, ...): suspicious cache-id, must contain _cv_ to be cached configure.in:428: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works_GCJ, ...): suspicious cache-id, must contain _cv_ to be cached /usr/local/share/aclocal/libtool.m4:4116: _LT_AC_LANG_GCJ_CONFIG is expanded from... /usr/local/share/aclocal/libtool.m4:4115: AC_LIBTOOL_LANG_GCJ_CONFIG is expanded from... configure.in:428: warning: AC_CACHE_VAL(lt_prog_compiler_static_works_GCJ, ...): suspicious cache-id, must contain _cv_ to be cached autoheader configure.in:428: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works, ...): suspicious cache-id, must contain _cv_ to be cached ../../lib/autoconf/general.m4:1973: AC_CACHE_VAL is expanded from... ../../lib/autoconf/general.m4:1993: AC_CACHE_CHECK is expanded from... aclocal.m4:646: AC_LIBTOOL_COMPILER_OPTION is expanded from... aclocal.m4:4934: AC_LIBTOOL_PROG_COMPILER_PIC is expanded from... aclocal.m4:2714: _LT_AC_LANG_C_CONFIG is expanded from... aclocal.m4:2713: AC_LIBTOOL_LANG_C_CONFIG is expanded from... aclocal.m4:94: AC_LIBTOOL_SETUP is expanded from... aclocal.m4:74: _AC_PROG_LIBTOOL is expanded from... aclocal.m4:39: AC_PROG_LIBTOOL is expanded from... configure.in:428: the top level configure.in:428: warning: AC_CACHE_VAL(lt_prog_compiler_static_works, ...): suspicious cache-id, must contain _cv_ to be cached aclocal.m4:691: AC_LIBTOOL_LINKER_OPTION is expanded from... configure.in:428: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works_CXX, ...): suspicious cache-id, must contain _cv_ to be cached aclocal.m4:2791: _LT_AC_LANG_CXX_CONFIG is expanded from... aclocal.m4:2790: AC_LIBTOOL_LANG_CXX_CONFIG is expanded from... aclocal.m4:1839: _LT_AC_TAGCONFIG is expanded from... configure.in:428: warning: AC_CACHE_VAL(lt_prog_compiler_static_works_CXX, ...): suspicious cache-id, must contain _cv_ to be cached configure.in:428: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works_F77, ...): suspicious cache-id, must contain _cv_ to be cached aclocal.m4:4013: _LT_AC_LANG_F77_CONFIG is expanded from... aclocal.m4:4012: AC_LIBTOOL_LANG_F77_CONFIG is expanded from... configure.in:428: warning: AC_CACHE_VAL(lt_prog_compiler_static_works_F77, ...): suspicious cache-id, must contain _cv_ to be cached configure.in:428: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works_GCJ, ...): suspicious cache-id, must contain _cv_ to be cached aclocal.m4:4122: _LT_AC_LANG_GCJ_CONFIG is expanded from... aclocal.m4:4121: AC_LIBTOOL_LANG_GCJ_CONFIG is expanded from... configure.in:428: warning: AC_CACHE_VAL(lt_prog_compiler_static_works_GCJ, ...): suspicious cache-id, must contain _cv_ to be cached libtoolize --ltdl --force --copy aclocal configure.in:428: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works, ...): suspicious cache-id, must contain _cv_ to be cached ../../lib/autoconf/general.m4:1973: AC_CACHE_VAL is expanded from... ../../lib/autoconf/general.m4:1993: AC_CACHE_CHECK is expanded from... /usr/local/share/aclocal/libtool.m4:632: AC_LIBTOOL_COMPILER_OPTION is expanded from... /usr/local/share/aclocal/libtool.m4:4932: AC_LIBTOOL_PROG_COMPILER_PIC is expanded from... /usr/local/share/aclocal/libtool.m4:2700: _LT_AC_LANG_C_CONFIG is expanded from... /usr/local/share/aclocal/libtool.m4:2699: AC_LIBTOOL_LANG_C_CONFIG is expanded from... /usr/local/share/aclocal/libtool.m4:80: AC_LIBTOOL_SETUP is expanded from... /usr/local/share/aclocal/libtool.m4:60: _AC_PROG_LIBTOOL is expanded from... /usr/local/share/aclocal/libtool.m4:25: AC_PROG_LIBTOOL is expanded from... configure.in:428: the top level configure.in:428: warning: AC_CACHE_VAL(lt_prog_compiler_static_works, ...): suspicious cache-id, must contain _cv_ to be cached /usr/local/share/aclocal/libtool.m4:677: AC_LIBTOOL_LINKER_OPTION is expanded from... configure.in:428: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works_CXX, ...): suspicious cache-id, must contain _cv_ to be cached /usr/local/share/aclocal/libtool.m4:2781: _LT_AC_LANG_CXX_CONFIG is expanded from... /usr/local/share/aclocal/libtool.m4:2780: AC_LIBTOOL_LANG_CXX_CONFIG is expanded from... /usr/local/share/aclocal/libtool.m4:1825: _LT_AC_TAGCONFIG is expanded from... configure.in:428: warning: AC_CACHE_VAL(lt_prog_compiler_static_works_CXX, ...): suspicious cache-id, must contain _cv_ to be cached configure.in:428: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works_F77, ...): suspicious cache-id, must contain _cv_ to be cached /usr/local/share/aclocal/libtool.m4:4007: _LT_AC_LANG_F77_CONFIG is expanded from... /usr/local/share/aclocal/libtool.m4:4006: AC_LIBTOOL_LANG_F77_CONFIG is expanded from... configure.in:428: warning: AC_CACHE_VAL(lt_prog_compiler_static_works_F77, ...): suspicious cache-id, must contain _cv_ to be cached configure.in:428: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works_GCJ, ...): suspicious cache-id, must contain _cv_ to be cached /usr/local/share/aclocal/libtool.m4:4116: _LT_AC_LANG_GCJ_CONFIG is expanded from... /usr/local/share/aclocal/libtool.m4:4115: AC_LIBTOOL_LANG_GCJ_CONFIG is expanded from... configure.in:428: warning: AC_CACHE_VAL(lt_prog_compiler_static_works_GCJ, ...): suspicious cache-id, must contain _cv_ to be cached automake --add-missing --include-deps --copy configure.in:428: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works, ...): suspicious cache-id, must contain _cv_ to be cached ../../lib/autoconf/general.m4:1973: AC_CACHE_VAL is expanded from... ../../lib/autoconf/general.m4:1993: AC_CACHE_CHECK is expanded from... aclocal.m4:646: AC_LIBTOOL_COMPILER_OPTION is expanded from... aclocal.m4:4934: AC_LIBTOOL_PROG_COMPILER_PIC is expanded from... aclocal.m4:2714: _LT_AC_LANG_C_CONFIG is expanded from... aclocal.m4:2713: AC_LIBTOOL_LANG_C_CONFIG is expanded from... aclocal.m4:94: AC_LIBTOOL_SETUP is expanded from... aclocal.m4:74: _AC_PROG_LIBTOOL is expanded from... aclocal.m4:39: AC_PROG_LIBTOOL is expanded from... configure.in:428: the top level configure.in:428: warning: AC_CACHE_VAL(lt_prog_compiler_static_works, ...): suspicious cache-id, must contain _cv_ to be cached aclocal.m4:691: AC_LIBTOOL_LINKER_OPTION is expanded from... configure.in:428: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works_CXX, ...): suspicious cache-id, must contain _cv_ to be cached aclocal.m4:2791: _LT_AC_LANG_CXX_CONFIG is expanded from... aclocal.m4:2790: AC_LIBTOOL_LANG_CXX_CONFIG is expanded from... aclocal.m4:1839: _LT_AC_TAGCONFIG is expanded from... configure.in:428: warning: AC_CACHE_VAL(lt_prog_compiler_static_works_CXX, ...): suspicious cache-id, must contain _cv_ to be cached configure.in:428: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works_F77, ...): suspicious cache-id, must contain _cv_ to be cached aclocal.m4:4013: _LT_AC_LANG_F77_CONFIG is expanded from... aclocal.m4:4012: AC_LIBTOOL_LANG_F77_CONFIG is expanded from... configure.in:428: warning: AC_CACHE_VAL(lt_prog_compiler_static_works_F77, ...): suspicious cache-id, must contain _cv_ to be cached configure.in:428: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works_GCJ, ...): suspicious cache-id, must contain _cv_ to be cached aclocal.m4:4122: _LT_AC_LANG_GCJ_CONFIG is expanded from... aclocal.m4:4121: AC_LIBTOOL_LANG_GCJ_CONFIG is expanded from... configure.in:428: warning: AC_CACHE_VAL(lt_prog_compiler_static_works_GCJ, ...): suspicious cache-id, must contain _cv_ to be cached cib/Makefile.am:53: compiling `primatives.c' with per-target flags requires `AM_PROG_CC_C_O' in `configure.in' crmd/Makefile.am:67: `%'-style pattern rules are a GNU make extension crmd/Makefile.am:70: `%'-style pattern rules are a GNU make extension doc/Makefile.am:30: `%'-style pattern rules are a GNU make extension lib/ais/Makefile.am:33: `CFLAGS' is a user variable, you should not override it; lib/ais/Makefile.am:33: use `AM_CFLAGS' instead. lib/common/Makefile.am:50: `CFLAGS' is a user variable, you should not override it; lib/common/Makefile.am:50: use `AM_CFLAGS' instead. tools/Makefile.am:43: INCLUDES multiply defined in condition TRUE ... tools/Makefile.am:22: ... `INCLUDES' previously defined here configure.in:1599: required file `tools/hb2openais.sh.in' not found xml/Makefile.am:32: `%'-style pattern rules are a GNU make extension ./autogen.sh exiting due to error (sorry!). Running ./configure --disable-ldirectord --prefix=/opt/LXHAhb --sysconfdir=/etc/opt/LXHAhb --localstatedir=/var/opt/LXHAhb --with-pkgname=LXHAhb --disable-rpath --with-heartbeat-support --without-ais-support ./ConfigureMe: line 227: ./configure: No such file or directory So it seems configure isn't being created. Have I missed something? -- Paul Walsh _______________________________________________ Pacemaker mailing list Pacemaker@clusterlabs.org http://list.clusterlabs.org/mailman/listinfo/pacemaker