【求助】在as4下编译安装php-5.0.5时出错,怎么办?

【求助】在as4下编译安装php-5.0.5时出错,怎么办?

make install
Installing PHP SAPI module:       embed
cp: stat‘libs/libphp5.so’失败: 没有那个文件或目录
make: *** [install-sapi] 错误 1
x

出错提示如上      
./configure ?
make ?      
cd php-5.0.5
./configure \
--prefix=/usr \
--with-mysql =/usr \
--with-apxs2=/usr/local/apache2/bin/apxs \
--with-openssl \
--with-zlib \
--with-gd \
--with-jpeg-dir \
--with-png-dir \
--with-zlib-dir \
--with-ttf \
--with-freetype-dir \
--with-gettext \
--with-curl \
--with-ldap \
--with-mcrypt \
--enable-gd-native-ttf \
--enable-ftp \
--enable-embed \
--enable-fastcgi \
--enable-calendar \
--enable-magic-quotes \
--enable-track-vars \
--enable-sockets \
--with-config-file-path=/etc
make
make过程有warning,但是好象不影响,make时间不长
make install
Installing PHP SAPI module: embed
cp: stat‘libs/libphp5.so’失败: 没有那个文件或目录
make: *** [install-sapi] 错误 1


安装过程如上,谢谢.      
建议你在x-windows下安装全所有的开发包试试...      
make 应该是出错了
仔细看一下错误信息      
php5.0.5不好,我换了php4.4.0一点问题没有啊.
安装好后,怎么测试他运行正常呢?有响应的php测试页面吗?      
直接运行 php 不就知道了      
配置apache2 支持php
vi /usr/local/apache2/conf/httpd.conf
增加:
LoadModule php4_module /usr/lib/libphp4.so
AddType application/x-httpd-php .php
AddType application/x-httpd-php-source .phps      
谢谢了,斑竹各位高手.
我下个php论坛试一试看