Re: problem with git-cvsserver
From: Martin Langhoff <hidden>
Date: 2016-06-15 22:42:38
On 8/31/06, Junio C Hamano [off-list ref] 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