I just installed koha on my machine and got everything linked up, went to test it and... DBI object version 1.37 does not match $DBI::VERSION 1.14 at C:/Perl/lib/DynaLoader.pm line 249. BEGIN failed--compilation aborted at C:/Perl/lib/DBI.pm line 182. Compilation failed in require at C:/Perl/lib/C4/Database.pm line 25. BEGIN failed--compilation aborted at C:/Perl/lib/C4/Database.pm line 25. Compilation failed in require at C:/Perl/lib/C4/Auth.pm line 25. BEGIN failed--compilation aborted at C:/Perl/lib/C4/Auth.pm line 25. Compilation failed in require at c:\dev\www\opac\cgi-bin\koha\opac-main.pl line 6. BEGIN failed--compilation aborted at c:\dev\www\opac\cgi-bin\koha\opac-main.pl line 6. I am not much of a perl guy (though I'm willing to learn), so I'm not sure how to read this. I ran a couple of google searches and got results on a similar error. They were caused by conflicting modules but I'm not sure what I would have to do to fix this. Any advice on what could be causing this would be apreciated.