The Zeus binaries need to know where you installed Zeus on yoursystem. They determine this by looking at the value of theenvironment variable $ZEUSHOME. This variable should be set tosomething like /usr/local/zeus.
The way you set an environment variable depends upon which shell youare using. If you are using sh or bash then youshould do:
$ ZEUSHOME=/usr/local/zeus $ export ZEUSHOME
Alternatively if you're using csh or tcsh, then youshould do:
% setenv ZEUSHOME /usr/local/zeus
Note: the above examples assume you installed Zeus under/usr/local/zeus. If you installed it somewhere else, replacewith the directory under which you installed Zeus Web Server.