Just a quick note that I stumbled across another article with information about running PHP with our Sun Java System Web Server (née Sun ONE Web Server; iPlanet Web Server; Netscape Enterprise Server). Could offer some more information to the curious administrator:
Posted by Thorleif Wiik on June 10, 2006 at 04:29 AM PDT #
Somebody pointed out here (not sure where the comment went to) that PHP does not automagically compile as an NSAPI against Web Server 7.
The problem is that the PHP build system is looking for <tt>nsapi.h</tt> in <tt>[server_root]/plugins/include/</tt> but in Web Server 7 the include directory is located at <tt>[server_root]/include/</tt>. The right thing is for the PHP build system to be updated to reflect the new location, but until then you can just symlink include into the expected directory:
Posted by dzm on June 10, 2006 at 03:06 PM PDT #