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 <
ddascalescu+catal...@gmail.com <ddascalescu%2bcatal...@gmail.com>> 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/win32-vani...@perl.org/msg00103.html
>
> Dan
>
> _______________________________________________
> List: Catalyst@lists.scsys.co.uk
> Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
> Searchable archive:
> http://www.mail-archive.com/catalyst@lists.scsys.co.uk/
> Dev site: http://dev.catalyst.perl.org/
>
_______________________________________________
List: Catalyst@lists.scsys.co.uk
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/catalyst@lists.scsys.co.uk/
Dev site: http://dev.catalyst.perl.org/

Reply via email to