I did the install via CPAN, and I found that I DID have 2 versions installed. I also found that the permissions that the modules and subsequent directories had were not allowing anyone but ROOT to see the modules.
So after renaming the old DBI.pm files to .old and changing the permissions so that my non-root user could see the module, everything worked fine. The 2 questions that this brings up is : 1. Why does CPAN only make the module directories accessible only by root ? (permissions set to 700 ) 2. Why doesn't CPAN overwrite or remove the older version of DBI when the new version is installed? Chris Hood -----Original Message----- From: Chris Devers [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 06, 2005 8:42 AM To: Christopher L. Hood Cc: Perl Beginners List Subject: Re: DBI object version 1.32 does not match $DBI::VERSION 1.48 On Wed, 6 Apr 2005 [EMAIL PROTECTED] wrote: > I have upgraded DBI to version 1.48 and I am now having issues and > errors with my scripts. The error that I am getting is : How did you do the upgrade? It looks like you have remnants of the old version still installed. -- Chris Devers -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>