|
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:
- Download extralibs_gcc_4.2.1.tar.gz.
- Extract the libraries with this command:
tar xzf extralibs_gcc_4.2.1.tar.gz
- 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:
- Download extralibs_gcc_4.2.1.tar.gz.
- Extract the libraries with this command:
tar xzf extralibs_gcc_4.2.1.tar.gz
- 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 |