知识屋:更实用的电脑技术知识网站
所在位置:首页 > 操作系统 > linux

centos下编译安装apache

发布时间:2014-09-05 14:39:58作者:知识屋

centos下编译安装apache
 
安装apache选择性的安装模块,安装语句如下:
 
./configure --prefix=/usr/local/apache --enable-so --enable-http --enable-ssl --enable-rewrite --enable-expires --enable-deflate
 
出现错误:configure: error: APR not found. Please read the documentation
 
安装apr
 
去http://apr.apache.org/download.cgi下载apr进行安装
 
继续报错:configure: error: APR-util not found. Please read the documentation
 
安装APR 去http://apr.apache.org/download.cgi下载apr-util-1.5.1.tar.gz编译安装它
 
搞定收工
(免责声明:文章内容如涉及作品内容、版权和其它问题,请及时与我们联系,我们将在第一时间删除内容,文章内容仅供参考)
收藏
  • 人气文章
  • 最新文章
  • 下载排行榜
  • 热门排行榜