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 due to release HP-Apache 2.0 which will greatly simplify the deployment of Apache/PHP/SSL (and Oracle) on HPUX. -Jim <<< "Brian Mauter" <[EMAIL PROTECTED]> 10/18 6:34a >>> Hi, I think the reason behind all of this is that I cannot find where in the httpd.conf file you actually reference the module. You should have these two lines in conf file somewhere: LoadModule php_module lib/modules/lib_php4.so AddModule mod_php4.c You'll see sections near the top. Verify that the files do exist in those paths and then put each line in the similar section (preferably at the end of each section), then restart Apache. You should then be set. Good luck, -Brian -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 18, 2001 7:19 AM To: Brian Mauter Subject: RE: PHP and HP-UNix Hi Brian, Please find attached my httpd.conf file. Thanks for the idea. Andrew Quoting Brian Mauter <[EMAIL PROTECTED]>: > Why don't you include your httpd.conf file? I'm betting that there is some > small error in it that is preventing it from working for you. > > -Brian > > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, October 17, 2001 3:40 PM > To: [EMAIL PROTECTED] > Subject: PHP and HP-UNix > > > Hello, > > If anyone has PHP 4.04 was statically or dynamically installed with Apache > ver > 1.3.20 on HP-Unix could you let me know. The reason being is I am still > trying > to figure out why PHP is not being interpreted (basically no PHP commands > work) > even though Apache and PHP were complied was succesfully. > > Any help would be greatly appreciated. > > Thanks > > Andrew > -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED] -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]