-----Original Message-----
From: openguides-dev-bounces(a)openguides.org
[mailto:openguides-dev-bounces@openguides.org]On Behalf Of Dominic
Hargreaves
Sent: 06 December 2004 14:14
To: OpenGuides software developers
Cc: cgi-wiki-dev(a)earth.li
Subject: Re: [OpenGuides-Dev] SQLite fails after upgrade
On Mon, Dec 06, 2004 at 08:58:11AM -0500, IvorW wrote:
As far as I know you should not be using
SQLite2.pm as this
is older than, and superseded
by SQLite.pm, which is actually SQLite version 3
just to
confuse you.
CGI::Wiki declares a dependency on DBD::SQLite >= 0.25. Is this wrong?
Not at all. DBD::SQLite and DBD::SQLite2 are different modules, ostensibly
as far as CPAN is concerned.
I think that you might possibly run into problems if DBD::SQLite2 is already
installed, which is why we haven't seen more occurrences of this problem.
Hope this helps,
Ivor.