in reply to Perl 5.20 Sybase 15.7 connect to database error

In addition to the Sybase Perl modules and DLLs, you will also likely need some more Sybase DLLs to be in $ENV{PATH}. This most likely means that you will also need the Sybase client installed.

Replies are listed 'Best First'.
Re^2: Perl 5.20 Sybase 15.7 connect to database error
by cjhastings1 (Novice) on Aug 16, 2016 at 18:47 UTC
    I do have 64-bit Sybase 15.7 open client installed. Thanks for the advice though.

      More things to check are whether $ENV{PATH} also includes the Sybase directories where the Sybase DLLs live. Also, maybe $ENV{SYBASE_ASE} and/or $ENV{SYBASE_OCS} need to be set? On my system, I also have $ENV{SYBROOT} set, but I use ODBC for connecting.