./build:第12786行:未找到autoreconf:命令 2018-05-12 梦飞 131 如果你想编译apache,但遇到这个错误: Configuring httpd-2.4.18 ./build: line 12786: autoreconf: command not found 尝试更新autoconf和automake: cd /usr/local/directadmin/custombuild ./build update ./build autoconf ./build automake 然后再次尝试apache编译。