压缩包下载地址http://www.linux-ha.org/wiki/Downloads
[root@localhost src]# tar zxvf resource-agents-3.9.6.tar.gz
[root@localhost src]# cd resource-agents-3.9.6
[root@localhost resource-agents-3.9.6]# ./autogen.sh
autoreconf: Entering directory `.‘
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal
autoreconf: configure.ac: tracing
autoreconf: configure.ac: not using Libtool
autoreconf: running: /usr/bin/autoconf
autoreconf: running: /usr/bin/autoheader
autoreconf: running: automake --add-missing --copy --no-force
configure.ac:102: installing `./compile‘
configure.ac:33: installing `./config.guess‘
configure.ac:33: installing `./config.sub‘
configure.ac:83: installing `./install-sh‘
configure.ac:83: installing `./missing‘
heartbeat/Makefile.am: installing `./depcomp‘
autoreconf: Leaving directory `.‘
Now run ./configure and make
[root@localhost resource-agents-3.9.6]# ./configure
[root@localhost resource-agents-3.9.6]#make
[root@localhost resource-agents-3.9.6]#make install
原文地址:http://10983441.blog.51cto.com/10973441/1731988