sos!!!请大家帮帮忙了,服务器的redhat7.2升级出错

sos!!!请大家帮帮忙了,服务器的redhat7.2升级出错

我是在一个校园网内用redhat7.2做web服务器,由于以前是用redhat的默认的apache的,我想把php装成apache的模块,听说这样能提升速度。最近放假了,就想趁这个机会升级一下。而是我用rpm -e命令卸栽了apache、php跟mysql,从网上down下来了apache-1.3.24、php-4.2.0跟mysql-3.23.49。把他们解压缩到一个目录/usr/src下,于是开始升级了,我的命令输入是这样的:
cd mysql-3.23.49
./configure --prefix=/usr/local/mysql
然后初始化表什么的,这没问题。
cd apache-1.3.24
./configure
cd php-4.2.0
configure --with-apache=../apache-1.3.24 --with-mysql=/usr/local/mysql --enable-track-vars
到这块它就提示:
configure: error: Invalid Apache directory - unable to find httpd.h under /usr/4
然后make就不行了,提示:
make: *** No targets specified and no makefile found. Stop.

请问我现在该怎么做???
大家救救我,要开学了,服务器也得开了!!! :confused: :confused: :confused:       
编译PHP前要先install apache
httpd.h应该在/usr/local/include
如果不在,用find:
find /usr/local -name httpd.h -print
如果还找不到,那肯定是apache install有问题.
然后
cd php-4.2.0
configure --with-apache=/apache/dir/prefix

/apache/dir/prefix要用find告诉你的dir.

还不行的话email给[EMAIL=f1f7y7@yahoo.com]我[/EMAIL]
good luck

--
遂道工