Re: [Dbi-interbase-devel] report on 20.3
Status: Beta
Brought to you by:
edpratomo
From: Edwin P. <ed....@co...> - 2000-08-11 22:07:59
|
"Mark D. Anderson" wrote: > > i just downloaded and tried the 20.3 tarball. > it built successfully, once i edited Makefile.PL to use /opt/interbase instead > of /usr/interbase (a change between beta and final linux release). > > however, i couldn't even get a connect to work: > > this line > my $dbh = DBI->connect($OUT_DBI_DSN,'','',{RaiseError=>1}) || die "cannot connect to '$OUT_DBI_DSN': ", > $DBI::errstr; > > got me this: > DBI->connect failed: lock conflict on no wait transaction at snapshot.pl line 180 I've just put 0.20.4 tarball which solves some previous problems dealing with ChopBlanks and blobs. Actually I wanted to upload the 0.20.5 tarball which contains the new Makefile.PL that recognize the final IB 6.0, but I got permission denied error from the sourceforge's upload server, maybe it's forbidden to upload two different versions just within a few minutes. But you can get the new Makefile.PL on the CVS repository. I've used it to build my DBD-InterBase on a machine running the final IB 6.0, and passed the "make test" successfully. Rgds, Edwin. |