StarNet Communications
  Purchasing
  Products
  Support
  Downloads
  About Us
  Home

 
  X-Win32 Flash Special
Reg. $375..... Now $215
 
 
- One Year of Maintenance
- Replacement Guarantee
 
  Save US $160.00
Offer Expires March 31, 2010
 





 
  LIVE Server HPUX Support
 
   
 

The HPUX LIVE server requires some extra libraries from GCC 4.2. If you don't already have GCC 4.2 on your HPUX system, you will need to download and install these extra libraries.

To install these as root:

  1. Download extralibs_gcc_4.2.1.tar.gz.
  2. Extract the libraries with this command: tar xzf extralibs_gcc_4.2.1.tar.gz
  3. Move the libraries into the /usr/lib/NX/lib directory with this command:
    mv libgcc_s.sl libstdc++.sl.6 /usr/lib/NX/lib/

To install these as a non-root user:

  1. Download extralibs_gcc_4.2.1.tar.gz.
  2. Extract the libraries with this command: tar xzf extralibs_gcc_4.2.1.tar.gz
  3. Move the libraries into the "lib" subdirectory of the directory to which you installed the LIVE server. This will usually be "LIVEServer/lib".

These libraries are distributed under the GPL. The source code is available here