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.
Jeff Cave <jeff.cave@sunergon.com> wrote:
on a similar error. They were caused by conflicting modules but I'm not = sure what I would have to do to fix this.
It sounds like the high-level database driver (DBI) and the low-level one (DBD::MySQL) are not the same version. That causes big problems. DBI presents a relatively stable interface to application programmers, but does need some more detailed knowledge of how the low-level module works. It also looks like you are installing on Windows and I don't really know how perl modules are installed there. I'd suggest hopping onto koha-win32 list and asking there. -- MJR/slef My Opinion Only and possibly not of any group I know. http://mjr.towers.org.uk/ jabber://slef@jabber.at Creative copyleft computing services via http://www.ttllp.co.uk/ Thought: Edwin A Abbott wrote about trouble with Windows in 1884
participants (2)
-
Jeff Cave -
MJ Ray