Hello
I am currently having a bad time trying to install PHP on an HPUX 10.20 system with Netscaoe Enterprise Server 3.x.
I would ideally like to have it compiled as an NSAPI application but when I run :
./configure --with-nsapi=/netscape/suitespot
I get this :
Configuring SAPI modules
checking for AOLserver support... no
checking for Apache module support via DSO through APXS... no
checking for Apache module support... no
checking for mod_charset compatibility option... no
checking for Apache 2.0 module support via DSO through APXS... no
checking for Caudium support... no
checking whether to force Apache CGI redirect... no
checking whether to discard path_info + path_translated... no
checking for fhttpd module support... no
checking for Zeus ISAPI support... no
checking for NSAPI support... /netscape/suitespot
checking for NSAPI include files... Netscape-Enterprise/3.x style
configure: error: ZTS currently requires working POSIX threads. We were unable to verify that your system supports Pthreads.
I am able to compile and make it as a cgi interpreter, but I'm not sure how to tell the server to use this to handle .php files.
If anyone can solve the Pthreads issue or failing that let me know how to configure netscape to use the php cgi binary as an interpreter for .php files I would be MOST gratefull !
Many thanks
Paul Barker