It would appear that you didn't actually install the newer version of
DBI.  Possibly just copied the DBI.pm and/or have PERL5LIB/-I/use lib
pointing to the newer version.

To use the newer version do a
cd /place/you/have/dbi/source && perl Makefile.PL && make && make test && install 
I recommend using 
cd /place/you/have/dbi/source && perl Makefile.PL && make && make test && install 
UNINST=1


On Mon, Sep 15, 2003 at 09:22:37AM +0200, Marc Travaille wrote:
> Hello,
> 
> I try to use DBI for the first time with Linux RedHat9 and PERL 5.8.0.
> 
> I download DBI, DBD from CPAN and I try to connect text file.
> 
> When I run the script, I receive this Error Message:
> DBI object version 1.32 does not match $DBI::VERSION 1.38 at 
> /usr/lib/perl5/5.8.0/i386-linux-thread-multi/Dynaloader.pm line 249.
> 
> I'm not an expert with linux, so could you tell what I need to do use DBI ?

Reply via email to