Hey folks-
While trying to install PHP 4.0.1PL2 on a LinuxPPC box running Apache 1.3, I receive some nasty errors. First of all, I configure my Apache source, then configure the PHP source with "--with-apache=../apache1.3.xxx" and 'make' the program.
Then it dies with the following nastiness:
main.c: In function 'php_error_cb':
main.c:370: incompatible types in assignment
main.c:435: incompatible types in assignment
make[2]: [main.lo] Error 1
make[2]: Leaving directory 'xxx/php-4.0.1pl2/main'
make[1]: [all-recursive] Error 1
make[1]: Leaving directory 'xxx/php-4.0.1pl2/main'
make: *** [all-recursive] Error 1
Has anyone else ever seen this? I've tried all I can think of, but I have NO IDEA what to do here. Thanks for any help you can provide!