[求助]PHP安装出错,高手给看下

[求助]PHP安装出错,高手给看下

系统:Freebsd 7.0
Apache安装的是Apache-2.0.63
#。/configure --prefix=/usr/local/apache2 --enable-so
#make
#make install
#/usr/local/apache2/bin/apachectl start  #正常
在/usr/local/apache2/bin下面有apxs文件
PHP安装的是php-5.2.6
#。/configure --with-mysql=/usr/local/mysql --with-apxs2=/usr/local/apache2/bin/apxs
这里就出错了:

Sorry,Icannot run apxs. possible reason follow:
1.perl is not install
2.apxs was not found.Try to pass the path using --with-apxs2=/path/to/apxs
3.Apache was not built using --enable-so (the apxs usage page is displayed)
The output of /usr/local/apache2/bin/apxs follows:
./configure:/usr/local/apache2/bin/apxs:not found
configure:error:Aborting.

大家帮忙给看下是什么地方不对,谢谢了!

如果使用 Freebsd  个人建议使用 ports 安装,另外ports安装还有个php的安全补丁.
装系统的时候用了最小安装
  ports没有安装 所以就一个一个装了
把perl 安装一下。
apache 最好再加上--ebable-modules=so

试下。