This build of Mozilla/1.4a was produced
11.00
- with aCC 3.34 (and gmake 3.79.1)
- on a pa-risc HP-UX 11.00
- mozilla-hppa2.0w-hp-hpux11.00-1.4a.tar.gz   24737444 bytes
10.20
- with aCC 1.21 (and gmake 3.79.1)
- on a pa-risc HP-UX 10.20 system
- mozilla-hppa2.0-hp-hpux10.20-1.4a.tar.gz    25473440 bytes  

NOTE: this will work with pa-risc 1.1 architectures (built with +DAportable)

============================================
PREREQUISITES - IT WILL NOT WORK OTHERWISE !
============================================

This is a HP-UX build
---------------------------------------
Check the Mozilla Release Notes for the System Requirements:

  http://www.mozilla.org/releases/mozilla1.4a/#require

HP-UX 11.00 (will work on 11.11)
indicates that HP-UX 11.00 requires Gtk 1.2.10 which can be found from either 
 - http://hpux.connect.org.uk/hppd/hpux/Gtk/Development/gtk+-1.2.10/
   You need gtk,glib,gettext & libiconv
 - http://h20004.www2.hp.com/soar_rnotes/bsdmatrix/matrix44447en_US.html#Software%20-%20Libraries
   you need B6848AB.depot
 - This was built with XPrint enabled.  /usr/lib/libXP.2 is required

HP-UX 10.20
indicates that HP-UX 11.00 requires Gtk 1.2.10 which can be found at
 - http://hpux.connect.org.uk/hppd/hpux/Gtk/Development/gtk+-1.2.10/
   You need gtk,glib,gettext & libiconv
 - aCC runtime (which is available for free from HP's download site,
   To check to see if you have it run "swlist | grep aCC".
   NOTE: you will need to create a login, if you don't have one already)
   http://www2.itrc.hp.com/service/patch/patchDetail.do?patchid=PHSS_22354&context


This build requires shared libraries for common components
----------------------------------------------------------

1) You need gzip and tar to extract the files

2) This build uses pre-built versions of gtk/glib/gettext/libiconv

===================
INSTALLATION NOTES:
===================

# Download mozilla-hppa2.0w-hp-hpux<os-level>-1.4a.tar.gz
#   (store in /tmp on your local system for example)

# ungzip it
gzip -d mozilla-hppa2.0w-hp-hpux<os-level>-1.4a.tar.gz

# extract it into a directory of your choice and run
cd <blah>
tar -xvf /tmp/mozilla-hppa2.0w-hp-hpux<os-level>-1.4a.tar.gz
cd mozilla
mozilla

The mozilla build creates several files the first time it was run
(and those files come pre-packaged in this download).  If you see
a crash on startup, it could be that these files need to be
re-created.  Just delete these and then re-run mozilla (as a user
who has write permission in the mozilla directory).  The files are:

  components/compreg.dat
  components/xpti.dat
  chrome/chrome.rdf
  chrome/overlayinfo/

see http://bugzilla.mozilla.org/show_bug.cgi?id=42184 for details.

For obvious security reasons, my suggestion is to chown recursively
the mozilla directory to some unprivileged user, run mozilla once as
this user, exit mozilla and chown back the mozilla directory to root
once the above files have been created and populated (yes, this is
annoying).

===========================
HOW THIS PACKAGE WAS BUILT:
===========================

To build this package, I used the following .mozconfig:

HP-UX 11.00
  ac_add_options --disable-debug
  ac_add_options --disable-tests
  ac_add_options --enable-optimize
  ac_add_options --enable-crypto
  ac_add_options --enable-svg
  ac_add_options --enable-mathml
  ac_add_options --enable-extensions=default

HP-UX 10.10
  ac_add_options --disable-xprint
  ac_add_options --disable-debug
  ac_add_options --disable-tests
  ac_add_options --enable-nspr-threads
  ac_add_options --enable-optimize
  ac_add_options --enable-crypto
  ac_add_options --enable-svg
  ac_add_options --enable-mathml
  ac_add_options --enable-extensions=default

  HP-UX 10.20 build also requires the source to be hand patched 
  to enable security (crypto) using the patch from 
  http://bugzilla.mozilla.org/show_bug.cgi?id=112597

===============================================
ORIGINAL README REPRODUCED BELOW FOR REFERENCE:
===============================================

The above README was inspired from Noah Friedman's & Nicolas Pioch 's READMEs.

