The desktop tool has the following requirements for client systems
running on Sun Solaris platforms. You must have execute permissions
for the files.
- By default, the GCC compiler is not available on Solaris
9 and Solaris 10 platforms, but is required to run the desktop tool
on Solaris platforms. Install the compiler from the following site:
http://www.sunfreeware.com/
For example, type /usr/sbin/pkgadd -d gcc-3.4.6-sol10-x86-local.
- If the Solaris patch is not available by default on your
client system, install it from the following site:
http://www.sunfreeware.com/
For example, type/usr/sbin/pkgadd -d libiconv-1.11-sol10-x86-local.
- Set the LD_LIBRARY_PATH environment variable by issuing
the following command:
export LD_LIBRARY_PATH = "/usr/local/bin"
where /user/local/bin is the directory
in which the libraries are bundled.