Difference between revisions of "Thunderbird on Linux and Solaris"

From CSEE Documentation
Line 1: Line 1:
 +
Mozilla Thunderbird is available for use on Linux and Solaris workstations.  Extra steps are needed to run Thunderbird on Solaris.
 +
 
==Solaris==
 
==Solaris==
  

Revision as of 18:16, 22 August 2007

Mozilla Thunderbird is available for use on Linux and Solaris workstations. Extra steps are needed to run Thunderbird on Solaris.

Solaris

  • Set your LD_LIBRARY_PATH environment variable
    • For the csh or tcsh shells, use
      setenv LD_LIBRARY_PATH /usr/site/lib
    • All other shells, use
      LD_LIBRARY_PATH=/usr/site/lib
      export LD_LIBRARY_PATH
  • Type the command /cs/thunderbird/thunderbird
  • 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:
      path = ( /cs/thunderbird $path )
    • Log out, then back in. (only need to do this the first time)
    • Type thunderbird on the command line.