in reply to Re^2: Problem in connecting to sybase.
in thread Problem in connecting to sybase.

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

Replies are listed 'Best First'.
Re^4: Problem in connecting to sybase.
by Nalina (Monk) on Apr 01, 2008 at 14:06 UTC
    Then how do I reinstall it on unix?

      • Start by reading A Guide to Installing Modules.
      • Ensure you have the Sybase client libs installed.
      • Ensure you have the same compiler used to make perl.
      • Become root.
      • perl -MCPAN -eshell
      • at prompt, type install DBD::Sybase

      -derby