phrs-data
, you'll need to create one according to
the
specification
document.
gunzip -c phrs-70.05.tar.gz | tar xovf -
cd phrs-70.05
setenv PHRS $PWD
make
This will create and populate a directory called
phrs-70.05
~/.tcshrc
file):
PHRS
should point to the directory where
you installed the system: for instance
setenv PHRS $HOME/phrs-70.05
DSQUERY
should be the name of the database
server you want to connect to: for instance
setenv DSQUERY PROBS
PATH
should contain $PHRS/bin
;
for instance:
setenv PATH $PATH":"$PHRS/bin
LISP
shell variable should be
correctly set.
/usr/local/acl4.3
. If LISP
is
not set or it is empty,
then the LTS will not be available.
phrs
command. You should then see a printout similar
to the following:
Starting PHRS with:
PHRS: /home/users/amchavan/work/phrs-66.0
... more lines ...
by which you can verify if the shell variables are properly set.