PHP5 install error...

I am trying to compile and install PHP5 I used this config:
./configure \
--with-apxs=/www/bin/apxs \
--with-mysql=/usr/local/mysql \
--enable-ftp \
--enable-trans-sid

Make works fine but when I try to make install I get this error:

Installing PHP SAPI module: apache
[activating module `php5' in /www/conf/httpd.conf]
cp libs/libphp5.so /www/libexec/libphp5.so
cp: cannot stat `libs/libphp5.so': No such file or directory
apxs:Break: Command failed with rc=1
make: *** [install-sapi] Error 1


Why does the make not create the file like it should? I have tried googling this but its like finding a needle in a haystack...

 

 

 

 

Top