PHP/Apache compiles ok under HPUX. here is my configure
PHP
./configure --with-iodbc=/opt/openlink4/odbcsdk --without-mysql
--with-pdflib=/usr/local --without-gd --with-apache=../apache_1.3.20
--enable-trans-sid --with-xml --with-imap --enable-track-vars
Apache
./configure --prefix=/opt/apache -
Andrew-
Did you run apxs after compiling PHP as a DSO? Does your httpd.conf file reflect the
DSO or static binary compile? Also be aware the HP-UX does not support thread local
storage so a PHP/Oracle configuration will not work if compiled as a DSO (must be a
static binary).
FYI- HP is du