RE: [PHP-INST] Re: PHP and HP-UNix

2001-10-23 Thread Mark Newnham
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 -

Re: [PHP-INST] RE: PHP and HP-UNix

2001-10-18 Thread Jim Thome
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