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

Then how do I reinstall it on unix?

Replies are listed 'Best First'.
Re^5: Problem in connecting to sybase.
by derby (Abbot) on Apr 01, 2008 at 15:02 UTC

    • 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