./configure --prefix=/usr/local/php --with-apxs=.......问题?

./configure --prefix=/usr/local/php --with-apxs=.......问题?

当我配置PHP时,输入
./configure --prefix=/usr/local/php --with-apxs=/usr/local/apache/bin/apxs --with-config-file-path=/usr/local/lib --enable-track-vars --with-xml --with-mysql
出现下面信息
checking for AOLserver support... no
checking for Apache 1.x module support via DSO through APXS...

Sorry, I was not able to successfully run APXS.  Possible reasons:

1.  Perl is not installed;
2.  Apache was not compiled with DSO support (--enable-module=so);
3.  'apxs' is not in your path.  Try to use --with-apxs=/path/to/apxs
The output of /usr/local/apache/apxs follows
./configure: line 3096: /usr/local/apache/apxs: No such file or directory
configure: error: Aborting
请帮看看,谢谢!      
查看PERL,查看APACHE模块什么方式安装,      
好像是提示在你指定的apxs路径下找不到apxs。