in reply to Problems Compiling DBD::Sybase

Warning (mostly harmless): No library found for -llibsybtcl.lib Warning (mostly harmless): No library found for -llibsybcomn.lib Warning (mostly harmless): No library found for -llibsybintl.lib

These warnings are not so harmless unfortunately. They likely mean that you don't have the Sybase client libraries installed or at least your C compiler and Perl can't find them. According to DBD::Sybase README, you need to setup the SYBASE environment variables or edit the configuration appropriately.

Replies are listed 'Best First'.
Re^2: Problems Compiling DBD::Sybase
by PerlNM (Initiate) on Oct 30, 2015 at 09:59 UTC

    Thanks for the reply, I have run the Sybase.bat that sets the various environment variables, however the stated libraries don't come with the install of the Sybase Open Client from what I see in the LIB folder

      Great! :D