On Sat, Nov 03, 2001 at 07:40:02PM +0000, Alex Kirk wrote:
>
> I forgot to mention one very important thing: this error cropped up
> after I edited
> /usr/local/libdata/perl5/site_perl/i386-openbsd/DBI.pm to use DBI
> version 1.20 instead of 1.15 (apparently, this file was not updated
> after I uninstalled 1.15 and installed 1.20, because I got errors
> complaining about the wrong version when I first tried this).
> 
> Is there any way I can just delete everything associated with DBI
> and start fresh? I really need to get Perl to interface with MySQL.

Fetch the latest DBI from CPAN.  Then do:

  perl Makefile.PL
  make
  make test
  make install UNINST=1

That should wipe out the older stuff along the way.

Jeremy
-- 
Jeremy D. Zawodny, <[EMAIL PROTECTED]>
Technical Yahoo - Yahoo Finance
Desk: (408) 349-7878   Fax: (408) 349-5454   Cell: (408) 685-5936

MySQL 3.23.41-max: up 60 days, processed 1,315,959,328 queries (253/sec. avg)

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to