无法找到LIBPHP4。SO的问题

无法找到LIBPHP4。SO的问题

APACHE2安装步骤
1. gzip -d httpd-2_0_NN.tar.gz
2. tar xvf httpd-2_0_NN.tar
3. gunzip php-NN.tar.gz
4. tar -xvf php-NN.tar
5. cd httpd-2_0_NN
6. ./configure --enable-so
7. make
8. make install

PHP4安装步骤
1. ./configure
2. make
3. make install

APACHE2安装文件名: httpd-2.0.53
PHP4安装文件名httpd-4.3.10

安装后在/USR/LOCAL/APACHE2/MODULE下找不到LIBPHP4.SO
APACHE2的配置文件中
LoadModule php4_module modules/libphp4.so不能使用.


我 是新手,望各位大哥能告诉我 原因,谢谢谢谢.

可不可能是APACHE2的版本问题阿?,      
[QUOTE=bigfrogwxl]
PHP4安装步骤
1. ./configure
2. make
3. make install
[QUOTE]

./configure 要加点参数的吧
默认的没什么功能