> > hi, > can some one help me with this issue when iam trying > to install dbd-odbc 1.13 using makefile.the error i am > getting is > > C:\DBD-ODBC-1.13>perl makefile.pl > > DBI object version 1.37 does not match $DBI::VERSION > 1.46 at C:/Perl/lib/DynaLoa > der.pm line 225. > BEGIN failed--compilation aborted at > C:/Perl/lib/DBI.pm line 254. > Compilation failed in require at makefile.pl line 15. > BEGIN failed--compilation aborted at makefile.pl line > 15. >
You have a problem in your DBI installation, not DBD::ODBC. Ensure you properly install DBI (i.e. via nmake install or make install, as your case may be). What may have happened is that you had some DBI based program running (with DBI.dll in use) when you ran [n]*make install on DBI, thus it updated DBI.pm, but not DBI.dll... Regards, Jeff
