in reply to Re: Perl 5.20 Sybase 15.7 connect to database error
in thread Perl 5.20 Sybase 15.7 connect to database error

I do have 64-bit Sybase 15.7 open client installed. Thanks for the advice though.
  • Comment on Re^2: Perl 5.20 Sybase 15.7 connect to database error

Replies are listed 'Best First'.
Re^3: Perl 5.20 Sybase 15.7 connect to database error
by Corion (Patriarch) on Aug 17, 2016 at 06:27 UTC

    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.