如何从https://github.com/ClusterLabs/fence-agents安装fence_ovh.py

我正在尝试使用OVH服务器作为群集。 我在CentOS 7上安装了pacemaker-1.1.10,corosync-2.3.3和pcs工具。

现在我想使用https://github.com/ClusterLabs/fence-agents/blob/master/fence/agents/ovh/fence_ovh.py

我怎样才能build立和从https://github.com/ClusterLabs/fence-agents安装

当我运行这个

$ git clone https://github.com/ClusterLabs/fence-agents $ cd fence-agents $ ./autogen.sh && ./configure && make && sudo make install 

它停在./configure

 autoreconf: Entering directory `.' autoreconf: configure.ac: not using Gettext autoreconf: running: aclocal -I make -I m4 configure.ac:70: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in b ody ../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from... ../../lib/autoconf/general.m4:2590: _AC_COMPILE_IFELSE is expanded from... ../../lib/autoconf/general.m4:2606: AC_COMPILE_IFELSE is expanded from... configure.ac:70: the top level configure.ac:70: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in b ody ../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from... ../../lib/autoconf/general.m4:2590: _AC_COMPILE_IFELSE is expanded from... ../../lib/autoconf/general.m4:2606: AC_COMPILE_IFELSE is expanded from... configure.ac:70: the top level autoreconf: configure.ac: tracing configure.ac:70: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in b ody ../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from... ../../lib/autoconf/general.m4:2590: _AC_COMPILE_IFELSE is expanded from... ../../lib/autoconf/general.m4:2606: AC_COMPILE_IFELSE is expanded from... configure.ac:70: the top level autoreconf: configure.ac: not using Libtool autoreconf: running: /usr/bin/autoconf --include=make configure.ac:70: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in b ody ../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from... ../../lib/autoconf/general.m4:2590: _AC_COMPILE_IFELSE is expanded from... ../../lib/autoconf/general.m4:2606: AC_COMPILE_IFELSE is expanded from... configure.ac:70: the top level autoreconf: running: /usr/bin/autoheader --include=make configure.ac:70: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in b ody ../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from... ../../lib/autoconf/general.m4:2590: _AC_COMPILE_IFELSE is expanded from... ../../lib/autoconf/general.m4:2606: AC_COMPILE_IFELSE is expanded from... configure.ac:70: the top level autoreconf: running: automake --add-missing --copy --no-force configure.ac:70: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in b ody ../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from... ../../lib/autoconf/general.m4:2590: _AC_COMPILE_IFELSE is expanded from... ../../lib/autoconf/general.m4:2606: AC_COMPILE_IFELSE is expanded from... configure.ac:70: the top level autoreconf: Leaving directory `.' Now run ./configure and make checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes ./configure: line 2947: syntax error near unexpected token `2.2.6' ./configure: line 2947: `LT_PREREQ(2.2.6)' 

真的谢谢你的build设和安装这个指示。