Op zo 15 januari 2012 om 23:57:38 (+0530) schreef sridhar.dachepe...@gmail.com (Sridhar Dachepelly): > Hello, > > I am trying to use DBI module in Windows 2010 server, i have installed perl > 5,14 version (64-BIT). DBI module is not working and giving errors. > Could you please look into the below errors and suggest what we can do for > the same.
[...] > Perl lib version (v5.8.6) doesn't match executable version (v5.14.2) at > C:/Program Files/IBM/RationalSDLC/common/lib/perl5/5.8.6/MSWin32-x86-mult > i-thread/Config.pm line 32. [...] Install your Perl modules, including DBI, separately for the new Perl. The new Perl shouldn't be trying to use the old modules, it should be installed to a different location with a different location for its modules. -- Reinier Post