Skip Menu |

This queue is for tickets about the DBD-SQLite CPAN distribution.

Report information
The Basics
Id: 5374
Status: resolved
Priority: 0/
Queue: DBD-SQLite

People
Owner: Nobody in particular
Requestors: dbd-sqlite [...] brainshed.com
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.31
Fixed in: (no value)



Subject: Assertion failure
- DBD::SQLite 0.31 - DBI 1.21 - perl 5.6.0 (yeah, I know it's old. *sigh*) - Linux kernel 2.4.9, RedHat 7.2 flavor. When I do this: dbish dbi:SQLite:foo.db I get this: DBI::Shell 11.02 using DBI 1.21 WARNING: The DBI::Shell interface and functionality are ======= very likely to change in subsequent versions! Connecting to 'dbi:SQLite:foo.db' as ''... perl: btree.c:702: sqliteBtreeOpen: Assertion `sizeof(ptr)==sizeof(char*)' failed. Aborted ------- Other attempts at using DBD::SQLite in this environment results in a lot of the same.
From: dbd-sqlite [...] brainshed.com
[guest - Wed Feb 18 12:17:27 2004]: Show quoted text
> - DBD::SQLite 0.31 > - DBI 1.21 > - perl 5.6.0 (yeah, I know it's old. *sigh*) > - Linux kernel 2.4.9, RedHat 7.2 flavor. > > When I do this: > > dbish dbi:SQLite:foo.db > > I get this: > > DBI::Shell 11.02 using DBI 1.21 > > WARNING: The DBI::Shell interface and functionality are > ======= very likely to change in subsequent versions! > > > Connecting to 'dbi:SQLite:foo.db' as ''... > perl: btree.c:702: sqliteBtreeOpen: Assertion > `sizeof(ptr)==sizeof(char*)' failed. > Aborted > > ------- > Other attempts at using DBD::SQLite in this environment results in a > lot of the same.
Nevermind. I was using CFLAGS="$RPM_OPT_FLAGS" in the specfile I was using with which to build an rpm out of this module. That was borking things up. removed that clause, and looks like things are working great now. Move along. Nothing to see here :-).