DougR
07-15-2003, 05:29 PM
Clean install as follows:
# bzip2 -d php...tar.bz2
# tar -xvf php...tar
# cd php...
# ./configure
# make
# make install
the last bit results in the error message:
Installing PHP SAPI module
cp: cannot stat `sapi/cgi/php': No such file or directory
make: *** [install-sapi] Error 1
Any ideas? Thanks.
# bzip2 -d php...tar.bz2
# tar -xvf php...tar
# cd php...
# ./configure
# make
# make install
the last bit results in the error message:
Installing PHP SAPI module
cp: cannot stat `sapi/cgi/php': No such file or directory
make: *** [install-sapi] Error 1
Any ideas? Thanks.