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

It is already set in .cshrc

Replies are listed 'Best First'.
Re^3: Problem in connecting to sybase.
by derby (Abbot) on Mar 31, 2008 at 13:29 UTC

    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?

        • 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