On 8/31/06, Junio C Hamano <junkio@cox.net> wrote: > I am on Debian etch plus some from testing and have these: > > perl (5.8.8-6.1) > perl-base (5.8.8-6.1) > libdbi-perl (1.51-2) > libsqlite3-0 (3.3.7-1) > libdbd-sqlite3-perl (1.12-1) > > Does this work for you? > > -- >8 -- cut here -- >8 -- > #!/usr/bin/perl -w > use DBI; > my $dsn = 'dbi:SQLite:dbname=foo'; > my $dbh = DBI->connect($dsn, '', ''); > -- 8< -- cut here -- 8< -- Hi! all this seems to have happened during NZ's night, so I'm only catching up. +1 on all the diagnosis Junio is proposing. Can't think of anything more relevant to add. The code was developed mainly on a bunch of debian sarge/etch boxes using all the standard libdbd-sqlite-perl libs, and a gentoo box. Actually, just looking at my etch dev box, libdbd-sqlite-perl is 0.29-1 and sqlite is 2.8.16-1. Not sure if the difference is significant. Perhaps SQLite v3 has a different invocation / driver name? BTW, I just doublechecked, cvsserver isn't mangling the lib path in any way. However, the environment it's running under may have a strange PERL5LIB. cheers, martin - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.htmlReceived on Thu Aug 31 06:30:14 2006
This archive was generated by hypermail 2.1.8 : 2006-08-31 06:31:41 EST