Replication Server error on AIX  Sybase IQ 12.6 SYBASE.csh error on AIX

Release Bulletin Risk Analytics Platform 1.0

Sybase IQ 12.6 SYBASE.csh error on HP-UX

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. Sybase IQ 12.6 SYBASE.csh error on AIX

View this release bulletin as PDF