Greetings,
I am updating our server and I compiled apache 2.0.45 with no problems as usual with gcc on a Sun running Solaris 5.8.
I get a fatal error when I try to compile php 4.3.1 as follows:
./configure --with-mysql --with-apxs2=/path/to/apache/apxs
make
The error is:
Output line too long.
Output line too long.
Output line too long.
gcc: TSR: No such file or directory
make: *** [sapi/cli/php] Error 1
Has anyone had this difficulty and can someone advise me as to how to circumvent it? I tried the --disable-cgi option but that didn't have an effect. The line in question is very long and it looks like gcc stops reading it at some point because "TSR" comes from "TSRM." I tried using cc with the same result.
Any help would be appreciated!
Thanks,
Bill