in reply to DBD::SQLite builds but fails tests...

It looks to me as if it complains right away about your SQLite version:

SQLite version must be at least 3.1.3. No header file at that version or higher was found. Using the local version instead.

It tries to work with what it has, but it fails. I recommend you upgrade SQLite.

  • Comment on Re: DBD::SQLite builds but fails tests...

Replies are listed 'Best First'.
Re^2: DBD::SQLite builds but fails tests...
by Anonymous Monk on May 02, 2007 at 15:00 UTC
    the module itself contains a recent version of sqlite. what it "complains" about is that it first checks if a recent version is installed already on the machine. in this case, it looks like its not, so it uses the version integrated into the module