Vector Linux
Apache_1.3.24
php-4.2.1
I am trying t install php. I configure with:
./configure --with-mysql --with-xml --with-imap=/usr/local/imap-2001a/c-client --enable-sockets --enable-track-vars --with-apxs=/usr/local/apache/bin/apxs
no errors. I run make. No errors
I run make install, and it quits with;
....
Making install in regex
make[1]: Entering directory /root/download/php-4.2.1/regex'
/root/download/php-4.2.1/regex'
make[2]: Entering directory
make[2]: Nothing to be done for install-p'.
/root/download/php-4.2.1/regex'
make[2]: Leaving directory
make[1]: Leaving directory /root/download/php-4.2.1/regex'
/root/download/php-4.2.1'
Making install in .
make[1]: Entering directory
make[1]: [install-sapi] Error 1
make[1]: Leaving directory `/root/download/php-4.2.1'
make: [install-recursive] Error 1
any idea?