Hello I am trying to install PHP version 4.2.1 on redhat linus version 7.2 with mysql and apache version 2.0.35 The configure command used was: ./configure --prefix=/usr/local/php/ --with-mysql=/srv/local/mysql/mysql-3.23.49a-pc-linux-gnu-i686 --with-xml\ --with-apxs2=/usr/local/apache/bin/apxs --enable-shared-pdflib --enable-track-vars the make command ran fine but when I try to do a make install I get the following error:
make[1]: Entering directory `/eve/dist/saxs/php/php-4.2.1' make[1]: *** [install-sapi] Error 1 make[1]: Leaving directory `/eve/dist/saxs/php/php-4.2.1' make: *** [install-recursive] Error 1 Any help will be appreciated! Shanti -- Shanti Kunchaparty, -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php