
1arryb
User
Mar 31, 2009, 8:03 AM
Post #3 of 3
(6644 views)
|
Re: [patel] DBI object version 1.607 does not match $DBI::VERSION 1.604
[In reply to]
|
Can't Post
|
|
Hi patel, I have not used XAMPP, so I can only offer some general advice. 1. Looking at the XAMPP download area at sourceforge.net, I see that you need 2 packages, the LAMPP core and a 'Windows add-ons' package. Did you install both? 2. You may have Perl installed elsewhere in your system. Do you run Cygwin or ActivePerl, perchance? Try:
perl -e 'print "@INC\n";' If the Perl include path points to directories outside of the XAMPP perl installation path, this would be a problem. UPDATE: 3. Maybe your PATH is wrong: Try giving the full path to perl (e.g. '<somedrive>:/<xampp_perl_path>/perl.exe ...'). Good luck, Larry
(This post was edited by 1arryb on Mar 31, 2009, 8:14 AM)
|