If Sybase IQ is installed on the same system as other products, such as Adaptive Server Enterprise (ASE), Replication Server®, or Replication Manager, the Sybase IQ plug-in for Sybase Central may not be registered automatically. If you attempt to register the Sybase IQ plug-in, Sybase Central reports this error:
The library "dbput11_r" could not be loaded. Please ensure that this file exists as part of your installation.
Workaround:
Source IQ-15_2.csh for Sybase IQ, then source SYBASE.csh for ASE, Replication Server, or Replication Manager, before starting Sybase Central:
cd $SYBASE
source $SYBASE/IQ-15_2/IQ-15_2.csh
source SYBASE.csh
setenv LD_LIBRARY_PATH_64
"$SYBASE/IQ-15_2/lib64:${LD_LIBRARY_PATH_64}"
cd $SYBASE/shared/sybcentral600
./scjview.sh &