I also am running into some sort of issue whereby Apache warns of PHP being compiled
against Apache 1.3 with plain API, and advising me to recompile with -DEAPI.
This is after I configure as follows: env CFLAGS="-DEAPI" ./configure {whole boatloada
mods}
When I run Make, I see -DEAPI littered throughout (and, when I run make after normal
configuring, I don't see the DEAPI stuff), and I still get the same error...
PHP is not working at all on this machine at this point... In either instance, I see
the issue about mkstemp vs. tempnam, and in neither instance do I understand what is
wrong... Can anybody help?