Difference between revisions of "Thunderbird on Linux and Solaris"

From CSEE Documentation
m
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
Mozilla Thunderbird is available for use on Linux and Solaris workstations.  Extra steps are needed to run Thunderbird on Solaris.
+
Mozilla Thunderbird mail client is available for use on Linux.
  
==Solaris==
+
The GUI desktop program selector has Thunderbird available.  It can also be launched from the command line with the command: thunderbird
 
 
* Set your LD_LIBRARY_PATH environment variable
 
**For the csh or tcsh shells, use<br/><code>setenv LD_LIBRARY_PATH /usr/site/lib</code><br/>
 
**All other shells, use<br/><code>LD_LIBRARY_PATH=/usr/site/lib</code><br/><code>export LD_LIBRARY_PATH</code><br/>
 
* Type the command <code>/cs/thunderbird/thunderbird</code>
 
* If a window appears warning that patches are not installed, open a CSEEIT trouble ticket with the machine's hostname to have the machine set up to run Thunderbird.
 
* Include the /cs/thunderbird directory in your path.
 
** In your .cshrc file, add the following line:<br/><code>path = ( /cs/thunderbird $path )</code>
 
** Log out, then back in. (only need to do this the first time)
 
** Type <code>thunderbird</code> on the command line.
 

Latest revision as of 11:29, 7 October 2020

Mozilla Thunderbird mail client is available for use on Linux.

The GUI desktop program selector has Thunderbird available. It can also be launched from the command line with the command: thunderbird