
LIVE Server Installation Instructions: Solaris
Several libraries that are required by the LIVE Server are not available on default installations of Solaris (sparc),These libraries are provided for you along with installation instructions in order to properly configure your LIVEServer for use.
Nonroot Installation
Uninstall Instructions
Source code for gcc 3.4.6
Source Code for libiconv 1.11
LIVE Server Installation
Root InstallationNonroot Installation
Uninstall Instructions
Root install
If you are an administrator on the machine on which you will install the LIVE Server, it is recommended that you use the root installation. This will automatically check dependencies, and install the server into the place where all users can use it.- Download the LIVE Server root package
- Extract the file: gunzip live-version-build-os-arch-local.gz
- Run the command as root: pkgadd -d live-version-build-os-arch-local
- Download the extra libraries package
- Create a new directory
- Extract the libraries into the new directory
- Edit the /usr/bin/rxlaunch6 sci script
- Add the following code to the 2nd line of the script after #!/bin/sh
LD_LIBRARY_PATH=/path/to/your/extra/libraries
- Save the file
- Launch your LIVE Session from your LIVE Client (X-Win32, LinuxLIVE, MacLIVE etc)
Non-root install
The non-root installation is a compressed tar file, which will typically be installed in your $HOME directory in a sub directory named 'LIVEServer.' which needs to be added to the SCI on the client.- Download the LIVE Server nonroot package
- Extract the file: gunzip < live-version-build-os-arch.local. tar.gz | tar xvf -
- Download the extra libraries package:
- Create a new directory
- Extract the libraries into the new directory
- Edit the LIVEServer/bin/rxlaunch6 script
- Add the following code to the 2nd line of the script after #!/bin/sh
LD_LIBRARY_PATH=/path/to/your/extra/libraries
- Save the file
- On the client side (X-Win32, LinuxLIVE, MacLIVE etc), edit the SCI to point to the path of LIVEServer/bin/rxlaunch6
- Launch your LIVE Session from your LIVE Client
Notes
The LIVE server starts automatically when a LIVE client connects. The client runs the 'sci' program, which in turn starts rxserver, if it isn't already running. Communication between the LIVE components on the server are through files and named sockets in a directory named .nx in your home directory, which is created automatically. You do not need to start anything after installation. It will automatically exit when you terminate your last running session. For security reasons, each user runs his own instance of the LIVE server.Uninstall Instructions
- Root Install:(as a root user) pkgrm STARlive
- Nonroot Install: Remove the LIVEServer/ directory
System Requirements
- sparc: Solaris 8 and Solaris 10
- x86: Solaris 10
- sshd must be installed
- 'AllowTcpForwarding yes' in sshd_config
Source Code
These libraries are distributed under the GPLSource code for gcc 3.4.6
Source Code for libiconv 1.11
| Attachment | Size |
|---|---|
| Extra Libraries (Solaris 8, 9 sparc) | 1.72 MB |
| Extra Libraries (Solaris 10 sparc) | 1.1 MB |

