in reply to Re: Can't locate loadable object for module DBD::Sybase in @INC
in thread Can't locate loadable object for module DBD::Sybase in @INC

I found a .ppd for DBD-Sybase here:
http://crazyinsomniac.perlmonk.org/perl/ppm/5.8/DBD-Sybase.ppd

I am now able to make a connection and run a query using DBD-Sybase.

However, I get the following warning every time my script executes:

The context allocation routine failed. The following problem caused the failure: Invalid context version.

Any idea what might be causing this?

Thanks

Replies are listed 'Best First'.
Re^3: Can't locate loadable object for module DBD::Sybase in @INC
by mpeppler (Vicar) on Jun 07, 2005 at 15:46 UTC
    Most likely problem is an incompatibility between the Sybase client library version that is installed on your system and the libraries used when building the ppd.

    You need to have a version of the libraries installed that is at least as recent as the libs used for the build - my guess is that you need a 12.5 of some description, possibly even 12.5.1.

    Michael