diff options
-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: |