I am trying to install PHP-4.3.1.tar.gz and I followed the instruction guide that came with it but I am getting an error message. Here is what I have done:
#./configure
PHP4 configures
#make install
PHP4 installs, up until I get to:
Installing PHP SAPI module
cp: cannot stat 'sapt/cgi/php': No such file or directory
make: *** [install-sapi] Error 1
And then it quits. I have been/want to install PHP dynamically. Is it asking me to create that folder? Or do I need that directory in order to install? I am on Red Hat Linux 7.3.
Thanks