While starting up the ASE server with command :
$startserver -f RUN_SYBASE_ASE
I am getting error 'SYBASE_ASE' environment variable is not set and server is denying to start as it takes default path '/home/sybase/ASE-15_0' which in fact does not exists, but when checked with command :
$ echo $SYBASE_ASE
I can see the out put :
/opt/sybase/ASE-15_0/
Any idea on how to resolve this error ?