安装Resource Agents的时候

出现错误:configure.ac:9: error: Autoconf version 2.63 or higher is required。

指的是autoconf版本低,需要安装高版本的。

wget http://ftp.gnu.org/gnu/autoconf/autoconf-2.68.tar.gz

tar xzf autoconf-2.68.tar.gz

cd autoconf-2.68

./configure

make && make install