1 tar -xvf apr-1.7.0.tar.gz
tar -xvf apr-util-1.6.1.tar.gz
tar -xvf httpd-2.2.6.tar.gz
2cd apr-1.7.0
./configure
Make
Make install
3cd apr-util-1.6.1
./configure --with-apr=/usr/local/apr
解决rpm -ivh libexpat-devel-2.2.4-alt1.i586.rpm
tar -xvf expat-2.2.7.tar.gz
cd expat-2.2.7
make
make install
cd apr-util-1.6.1
./configure --with-apr=/usr/local/apr
成功
Cd / httpd-2.2.6
./configure
Make
Make install
/usr/local/apache2/htdocs放置网站
启动/usr/local/apache2/bin/apachectl start报错
这个错误没有影响
Ps -ef|grep http
本次遇到的问题虽然简单,但是源码安装要解决很多的依赖问题,任何情况下都要保持一颗平常的心,不要慌。加油