HP 64782 User Manual page 521

For the graphical user interface
Hide thumbs Also See for 64782:
Table of Contents

Advertisement

Installation
Step 3. Set the necessary environment variables
Set the HP64000 environment variable.
2
For example, if you installed the HP 64000 software relative to the root
directory, "/", you would enter
setenv HP64000 /usr/hp64000
If you installed the software relative to a directory other than the root
directory, it is strongly recommended that you use a symbolic link to make
the software appear to be under /usr/hp64000. For example, if you installed
the software relative to directory /users/team, you would enter
ln -s /users/team/usr/hp64000 /usr/hp64000
If you do not wish to establish a symbolic link, you can set the HP64000
variable to the full path that contains the HP 64000 software; also set the
LD_LIBRARY_PATH variable to the directory containing run-time libraries
used by the HP 64000 products. Again, if you installed relative to
/users/team, you would enter
setenv HP64000 /users/team/usr/hp64000
setenv LD_LIBRARY_PATH ${LD_LIBRARY_PATH}:${HP64000}/lib
Set the PATH environment variable to include the usr/hp64000/bin
3
directory by entering
setenv PATH ${PATH}:${HP64000}/bin
Including usr/hp64000/bin in your PATH relieves you from prefixing
HP 64700 executables with the directory path.
Set the MANPATH environment variable to include the
4
usr/hp64000/man and usr/hp64000/contrib/man directories by
entering
setenv MANPATH ${MANPATH}:${HP64000}/man
setenv MANPATH ${MANPATH}:${HP64000}/contrib/man
Including these directories in your MANPATH variable lets you access the
on-line "man" page information included with the software.
If the Graphical User Interface is to run on a SPARCsystem computer
5
that is not running OpenWindows, include the /usr/openwin/lib
directory in LD_LIBRARY_PATH.
setenv LD_LIBRARY_PATH
${LD_LIBRARY_PATH}:/usr/openwin/lib
520

Advertisement

Table of Contents
loading

Table of Contents