Hello:
We are trying (and failing) to compile and install PHP on our HP-UX web server. We are running iPlanet's Enterprise Server and want to compile PHP as an NSAPI layer. If we use the switch in the "configure" program to compile as NSAPI, the MAKE statement attempts to compile with a C++ compiler (which is not present.) Without the command switch, configure seems to run ok but the MAKE statement bombs with the following:
cc: "global.h", line 508: error 1642: Duplicate type specifier "unsigned": ignor
ed.
cc: "global.h", line 508: warning 554: Declarator is missing.
*** Error exit code 1
Stop.
*** Error exit code 1
Stop.
*** Error exit code 1
Stop.
*** Error exit code 1
Stop.
*** Error exit code 1
Has anyone compiled PHP as an NSAPI on HP-UX (v 11)?