The following error may be returned when you execute SYBASE.csh installed by Sybase IQ:
Unmatched . "
To correct this problem, modify the SYBASE.csh file. The SYBASE.csh file is missing " (a double quote) in the following section of the file:
CASE HP-UX if ( $?SLIBPATH == 0 ) setenv SLIBPATH " "
setenv SLIBPATH ${SYB_LIB}:${SHLIB_PATH}"
Add the " in the second line before ${SYB_LIB} as
follows:
CASE HP-UX if ( $?SLIBPATH == 0 ) setenv SLIBPATH " "
setenv SLIBPATH "${SYB_LIB}:${SHLIB_PATH}"
| Copyright © 2005. Sybase Inc. All rights reserved. |
|
|