On 7/9/07, David Favor <[EMAIL PROTECTED]> wrote:
# # bugs: # # 1) this same bug shows up with # - DBI-1.57, 1.58, 1.59 (latest svn code) # - perl-5.8.8, perl-5.8.8-latest, perl-5.9.4 and perl-5.9.5-latest # - SQLite-3.3.13, SQLite-3.4.0, SQLite-3.4.0-latest #
Have you tried installing DBD::SQLite 1.12? There have been a number of funny issues with 1.13. Another option with either 1.12 or 1.13 is to build them with USE_LOCAL_SQLITE=1, which makes sure they use the SQLite code that's installed on your system instead of the one the DBD ships with (you might try the other way around too, by un-installing the SQLite package from your OS). You may want to browse the bugs that have popped up on rt in the last six months at: http://rt.cpan.org/Public/Dist/Display.html?Name=DBD-SQLite -- Brandon
