I am running into a bizarre error when attempting to build the PHP 4.3.1 package. I run the following configuration:
./configure --with-oci8=/oracle/product/9.0.1 --with-oracle=/oracle/product/9.0.1 --with-apache=../httpd-2.0.44 --enable-track-vars
I can configure ok but when I run 'make', after a while I get the following error:
Output line too long.
Output line too long.
Output line too long.
gcc: main/fopen_w: No such file or directory
make: *** [sapi/cgi/php] Error 1
I thought that perhaps I was encountering this problem because of an old gcc or SED. So I installed the latest libtools and that latest version of gcc (3.2.2) and I STILL see this error?
Help! - Tom
-- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php