Thunderbird on Linux and Solaris
From CSEE Documentation
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
- For the csh or tcsh shells, use
- 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.
- In your .cshrc file, add the following line: