	This was copied verbatim from a binary distribution of netscape
(a product of Mosaic Communications Corp.). The notes apply equally to
ML.

--------------------------------------

SunOS 4.1:  The Sun distribution includes a directory called "nls".  This
            directory is a standard part of the MIT X11R5 distribution, but is
            not included with OpenWindows 3.0 or earlier.  We have linked
            Mosaic Netscape against the MIT R5 libraries because they are less
            buggy in general; however, they have one rather serious bug, which
            is that if this "nls" directory does not exist, the program will
            dump core any time you try to paste into a text field!

            So, if you don't have the "nls" directory on your system, you will
            need to install it first.  The usual place is /usr/lib/X11/nls,
            but you can put it anywhere: just point the $XNLSPATH environment
            variable at it.

 * Included with all distributions is a file called XKeysymDB.  Without this
   file, many warnings about "unknown keysyms" will be generated when the
   program starts up, and most keyboard equivalents won't work.  This is a
   general problem with running Motif programs on systems not configured for
   Motif, and so will be necessary on most Sun systems.

   This file is included with all packages because some systems have an older
   version of this file, so you may still get some warnings.  The XKeysymDB
   file normally goes in /usr/lib/X11/XKeysymDB or /usr/openwin/lib/XKeysymDB,
   but you can override that with $XKEYSYMDB.

--------------------------------------