GREAT!!! You 'da man. This worked perfectly for me. Thanks a
bunch.
-Original Message-
From: Jim Thome [mailto:[EMAIL PROTECTED]
Sent: Monday, June 16, 2003 2:45 PM
To: [EMAIL PROTECTED]; NIPP, SCOTT V (SBCSI)
Subject: Re: [PHP-INST] PHP 4.2.3 fails to load...
You ha
You have to modify the apachectl script to get around the HPUX thread
local storage problem.
Add the following to your apachectl script under the 'START
CONFIGURATION SECTION':
export ORACLE_HOME=/path/to/oracle
export SHLIB_PATH=$ORACLE_HOME/lib:/path/to/apache/lib:$SHLIB_PATH
export LD_PRELOAD=
I am trying to get PHP 4.2.3 working on a HP-UX 11.00 system that I
have had no luck getting 4.3.2 to work on. The compile and everything went
great, but now Apache fails to start complaining about PHP. Here is the
output of the Apache start...
[EMAIL PROTECTED]:/sbin/init.d> ./httpd sta