RE: compatibilty issue DBI 1.46 dbd-odbc 1.13
From: Jeff Urlwin (jurlwin_at_esoftmatic.com)
Date: 11/23/04
- Previous message: Tim Bunce: "Re: DBD:mysql driver"
- In reply to: Nishikant Uppal: "compatibilty issue DBI 1.46 dbd-odbc 1.13"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
To: "'nishikant uppal'" <nishikant_cp@yahoo.co.uk>, <dbi-users@perl.org> Date: Tue, 23 Nov 2004 15:43:43 -0500
>
> 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
- Previous message: Tim Bunce: "Re: DBD:mysql driver"
- In reply to: Nishikant Uppal: "compatibilty issue DBI 1.46 dbd-odbc 1.13"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|