I set the variable DBICTEST_NO_SQLITE_CHECK to 1 and ignored the error. <br><br>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.<br>
<br>--rodrigo<br><br><div class="gmail_quote">On Tue, Feb 24, 2009 at 7:45 AM, Dan Dascalescu <span dir="ltr">&lt;<a href="mailto:ddascalescu%2Bcatalyst@gmail.com">ddascalescu+catalyst@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="Ih2E3d">&gt;&gt; I also couldn&#39;t install DBD::mysql, even though I&#39;ve also tried without<br>
&gt;&gt; cpan, because on dmake it gives some errors I don&#39;t understand<br>
<br>
</div>I had DBD::SQLite fail the stress test that DBIx::Class runs. Any<br>
solution for that one? I also just posted about it on the Strawberry<br>
Perl mailing list:<br>
<br>
<a href="http://www.mail-archive.com/win32-vanilla@perl.org/msg00103.html" target="_blank">http://www.mail-archive.com/win32-vanilla@perl.org/msg00103.html</a><br>
<br>
Dan<br>
<br>
_______________________________________________<br>
List: <a href="mailto:Catalyst@lists.scsys.co.uk">Catalyst@lists.scsys.co.uk</a><br>
Listinfo: <a href="http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst" target="_blank">http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst</a><br>
Searchable archive: <a href="http://www.mail-archive.com/catalyst@lists.scsys.co.uk/" target="_blank">http://www.mail-archive.com/catalyst@lists.scsys.co.uk/</a><br>
Dev site: <a href="http://dev.catalyst.perl.org/" target="_blank">http://dev.catalyst.perl.org/</a><br>
</blockquote></div><br>