http://mirrors.tuna.tsinghua.edu.cn/apache//httpd/httpd-2.4.27.tar.bz2Apache下载链接 在解压Apache源码包进入目录运行 #./configure --prefix=/usr/local/apach时出现: ................ checking for APR... noconfigure: error: APR not found . Please read the documentation 用yum…
资料来源:Apache遇到的问题:APR not found 安装apache时出现arp错误问题 按照以上文章试验之后整理如下: #./configure --prefix……检查编辑环境时出现: checking for APR... noconfigure: error: APR not found . Please read the documentation. 这是由于缺少:APR. APR-util.pcre. 所以,在安装Apache之前,首先准备以下四个源码包: apr-1.4…