The installation program automatically sets most of the environment variables it needs, such as PATH, as part of the unloading process. It also unloads .sh and .csh files, which contain the environment variables you must set manually before you can configure and successfully run Open Client and Open Server components.
The installer unloads Bourne shell and C shell files containing environment variables in:
$SYBASE/SYBASE.sh
$SYBASE/SYBASE.csh
To set the environment variables, either:
Modify the component’s RUN environment using the environment variable values from the shell files, or,
Update the component’s RUN environment immediately before invoking the component, as described below.
Updating the RUN environment immediately
In a Bourne shell, enter:
cd $SYBASE . SYBASE.sh
In a C shell, enter:
cd $SYBASE source SYBASE.csh