configure.ac:63: require Automake 1.10.1, but have 1.9.6 服务器管理 2016-04-09 20:11 670 安装Resource Agents的时候出现错误:configure.ac:63: require Automake 1.10.1, but have 1.9.6。解决方法: wget http://ftp.gnu.org/gnu/automake/automake-1.11.2.tar.gz tar xzf automake-1.11.2.tar.gz cd automake-1.11.2 ./configure make && make install