Een dag na de MacOS X-, Linux- en Windows-release van Mozilla Thunderbird 0.4 hebben de makers de versie voor Sun-, Solaris- en Sparc-systemen gecompileerd. De mailclient kan mail ophalen en versturen via IMAP en POP. Deze release is gebakken uit de source van de 0.4. De volgende release notes zijn beschikbaar:
Installation notes:
- A full list of installation requirements can be found in the 1.6a release notes (http://www.mozilla.org/releases/mozilla1.6a/installation-ports.html#ports_solaris).
- Please make sure you have all the REQUIRED patches and packages (as listed in http://www.mozilla.org/releases/mozilla1.6a/installation-ports.html#ports_solaris) installed _before_ starting Mozilla.
- This build supports CTL (Complex Text Layout) as required to render languages and scripts like Thai/Tamil/etc. correctly See http://bugzilla.mozilla.org/show_bug.cgi?id=199857 for further details.
- This build does not include the Java bundle. You will need to set up the link yourself in order to have Java support. See example below:
% cd/plugins
% ln -s/jre/plugin/sparc/ns610/libjavaplugin_oji.so You can install the latest version of Java from http://java.sun.com
At least Java 1.4.x is required.- Printing is supported via Xprint (see http://www.mozilla.org/releases/mozilla1.3.1/index.html#xprint) xprint.mozdev.org provides various resources including Solaris packages (including "GISWxprint" and "GISWxprintglue", for people without permission to install packages the plain binary+source tarballs are provided), a bug reporting facility, support forum and various other services.
- Error messages like
-- snip ---
ld.so.1: /projects/mozilla/relbuild16a/dist/bin/mozilla-1.6a/mozilla-bin:
fatal: relocation error: file
/projects/mozilla/relbuild16a/dist/bin/mozilla-1.6a/mozilla-bin: symbol
gtk_set_locale: referenced symbol not found
Killed
-- snip ---
indicate that the runtime linker was not able to find the GTK+ libraries. Please set LD_LIBRARY_PATH environment variable to include these libs. Example (for ksh/dtksh/bash; assuming that GTK+ libs reside in /usr/local/lib/): % (LD_LIBRARY_PATH=/usr/local/lib/ ./mozilla)- Build details can be obtained via about:buildconfig