PHP安装出错,帮忙看一下

PHP安装出错,帮忙看一下

mysql,apache都已安装完成,安装php时

#./configure --prefix=/usr/local/php --with-apxs=/usr/local/apache2/bin/apxs --with-config-file-path=/usr/local/lib --enable-track-vars --with-xml --with-mysql

结果出现:
Configuring SAPI modules
checking for AOLserver support... no
checking for Apache 1.x module support via DSO through APXS... configure: error: You have enabled Apache 1.3 support while your server is Apache 2.  Please use the appropiate switch --with-apxs2

怎么回事啊,各位大虾帮帮忙
--with-apxs2,提示很明显
命令改成
#./configure --prefix=/usr/local/php --with-apxs2=/usr/local/apache2/bin/apxs --with-config-file-path=/usr/local/lib --enable-track-vars --with-xml --with-mysql
哦,谢谢啊