in reply to Problem in connecting to sybase.

The problem is fixed if you set LD_LIBRARY_PATH = $SYBASE/$SYBASE/lib

Replies are listed 'Best First'.
Re^2: Problem in connecting to sybase.
by Nalina (Monk) on Mar 31, 2008 at 11:24 UTC
    It is already set in .cshrc

      Nope ... SYBASE and LD_LIBRARY_PATH should be all you need. But that should be LD_LIBRARY_PATH=$SYBASE/lib (not $SYBASE/$SYBASE/lib). You should double check the ENV vars within the script to ensure they are set correctly (just inspecting .cshrc may not be enough) - otherwise, if they are, then I would suspect a bad install.

      -derby
        Then how do I reinstall it on unix?
Re^2: Problem in connecting to sybase.
by Nalina (Monk) on Mar 31, 2008 at 11:47 UTC
    Is there any other environment variable is to be set for this to work?