Skip Menu |

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

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

People
Owner: Nobody in particular
Requestors: swany [...] easynews.com
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.25
Fixed in: (no value)



Subject: SQLite 2.8.4 compilation problem (using getsqlite.pl)
If you use getsqlite.pl included in the module to update to version 2.8.4 pragma.c isn't copied from the sqlite source tree and it isn't linked into the module. Because of that when trying to use the module an unresolved dependancy is issued. Manually copying pragma.c from the sqlite src tree and adding it to the makefile resolves the problem.
From: mjstrom [...] yahoo.com
[guest - Fri Jul 4 12:55:49 2003]: Actually I found that more files need to be added with version 2.8.4 when compiling on Solaris 8 using gcc with perl 5.6.1. Specifically, I added the following files to the getsqlite.pl script: src/attach.c src/btree_rb.c src/copy.c src/pragma.c src/shell.c src/vacuum.c Additionally, I added "-DTEMP_STORE=2" to Makefile.PL (in the optimize section with the other SQLLite define) to have temporary tables default to in-memory. I would guess that that could be a configuration option instead.
Date: Wed, 9 Jul 2003 19:26:51 +0100
Subject: Re: [cpan #2900] SQLite 2.8.4 compilation problem (using getsqlite.pl)
From: Matt Sergeant <matt [...] sergeant.org>
To: bug-DBD-SQLite [...] rt.cpan.org
RT-Send-Cc:
I'm thinking perhaps getsqlite.pl should contain a list of exceptions, not inclusions...
Fixed in CVS (DBD::SQLite 0.26 to-be).