php 5.2.5 安装不产生模块文件(已解决)

php 5.2.5 安装不产生模块文件(已解决)

rhel 3下架设lamp服务器。
php选择的是 5.2.5版本,httpd是2.0.61
编译指令如下:
httpd:./configure --enable-so --enable-rewrite  --disable-userdir --with-mpm=prefork --prefix=/usr/local/apache
php:./configure  '--with-zlib' '--enable-bcmath' '--enable-calendar' '--with-libxml-dir' '--with-jpeg-dir'  '--with-curl' '--enable-dba' '--with-gdbm' '--with-cdb'  '--enable-ftp' '--with-gd' '--with-jpeg-dir=/usr/local' '--with-png-dir=/usr/local' '--with-zlib-dir=/usr/local'  '--enable-gd-native-ttf' '--with-gettext=/usr/local' '--with-iconv=/usr/local' '--enable-mbstring' '--with-mysql=/usr/local/mysql' '--enable-sockets'  '--enable-sqlite-utf8' '--enable-soap'  '--enable-zend-multibyte' --with-iconv=/usr/local'--with-apxs2=/usr/local/apache/bin/apxs'  && make && make install
配置和编译和安装过程都没有报错,但是就没有apache/modules的php5模块文件,很是奇怪,大家帮分析一下。

没人回复,自己已经解决 。
--with-iconv=/usr/local' 配置了两遍,去掉一个即可。郁闷,忙了大半天。