I set the variable DBICTEST_NO_SQLITE_CHECK to 1 and ignored the error. The Makefile.PL for DBIx::Class happens to be doing a fork() just before it connects to dbi:SQLite:memory and runs its tests. And using fork() in Windows may just-work... or may not. Specially when loading a dll is involved.
--rodrigo On Tue, Feb 24, 2009 at 7:45 AM, Dan Dascalescu < [email protected] <ddascalescu%[email protected]>> wrote: > >> I also couldn't install DBD::mysql, even though I've also tried without > >> cpan, because on dmake it gives some errors I don't understand > > I had DBD::SQLite fail the stress test that DBIx::Class runs. Any > solution for that one? I also just posted about it on the Strawberry > Perl mailing list: > > http://www.mail-archive.com/[email protected]/msg00103.html > > Dan > > _______________________________________________ > List: [email protected] > Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst > Searchable archive: > http://www.mail-archive.com/[email protected]/ > Dev site: http://dev.catalyst.perl.org/ >
_______________________________________________ List: [email protected] Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/[email protected]/ Dev site: http://dev.catalyst.perl.org/
