diff options
author | Mark Spruiell <mes@zeroc.com> | 2005-02-28 23:31:54 +0000 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2005-02-28 23:31:54 +0000 |
commit | 727e072acd0c6ec5524d5446ff1b05e8ef1fe9cc (patch) | |
tree | fa1d77b01bce8002db0fb42ddeaa9a1b238531f0 | |
parent | minor edits (diff) | |
download | ice-727e072acd0c6ec5524d5446ff1b05e8ef1fe9cc.tar.bz2 ice-727e072acd0c6ec5524d5446ff1b05e8ef1fe9cc.tar.xz ice-727e072acd0c6ec5524d5446ff1b05e8ef1fe9cc.zip |
PHP 5.0.3 cannot be compiled on HP-UX
-rw-r--r-- | php/INSTALL | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/php/INSTALL b/php/INSTALL index 4b7eb5a97c7..df0f554a8bf 100644 --- a/php/INSTALL +++ b/php/INSTALL @@ -5,6 +5,12 @@ Requirements - PHP 5.0.3 (http://www.php.net/downloads.php) - Ice 2.1.0 +HP-UX NOTE: + + PHP 5.0.3 cannot be built on HP-UX using aCC, therefore we + recommend reverting to PHP 5.0.2. A version of the configure + script that works for PHP 5.0.2 is provided as the file + configure-hpux.gz. ========================================================================= @@ -56,6 +62,8 @@ $ cd <phpdir> $ cp <icephpdir>/configure.gz . $ gunzip configure +On HP-UX, use configure-hpux.gz instead of configure.gz. + Alternatively, you can regenerate the configure script yourself if you have the necessary utilities installed on your system: |