[Fwd: ibm and bugzilla]

David Reid david at REID-IBA.com
Wed Jun 8 20:20:06 UTC 2005


Kevin-

I performed the CPAN forced install of DBD which reported "make install --
OK".  I ran the script again and received the same error message.  Next I
performed a forced install of DBI which also reported "make install -- OK"
but again the script failed.  Attached here is the output of the CPAN DBD
force and I'll send the DBI output in another email. 


Some men see things as they are and say "why?".  
I dream things that never were and say "why not?". - Robert Kennedy

David Reid
Intelligent Business Automation Inc
phone - 847-891-8520  |  Fax - 630-214-3723
david at reid-iba.com

-----Original Message-----
From: developers-owner at bugzilla.org [mailto:developers-owner at bugzilla.org]
On Behalf Of Benton, Kevin
Sent: Wednesday, June 08, 2005 2:26 PM
To: developers at bugzilla.org
Subject: Re: [Fwd: ibm and bugzilla]

> -----Original Message-----
> From: developers-owner at bugzilla.org
[mailto:developers-owner at bugzilla.org]
> On Behalf Of David Reid
> Sent: Wednesday, June 08, 2005 12:54 PM
> To: 'developers at bugzilla.org'
> Subject: Re: [Fwd: ibm and bugzilla]
> 
> Kevin,
> 
> I re-installed DBD & DBI via CPAN.  DBD was updated and DBI is
reported as
> already up-to-date.  I did receive an error running the Perl test
script
> regarding something in DBI.  All results are below.
> 
> [root at sccmbug root]# perl -MCPAN -e 'install "DBD::mysql"'

...

You're going to need to force it to reinstall DBD::mysql.

perl -MCPAN -e 'force install "DBD::mysql"'

This is due to the fact that the versions agree, but the libraries your
old DBD::mysql were compiled against were for an older version of MySQL.
The libraries have been changed so you need to force it to recompile the
module.

---
Kevin Benton
Perl/Bugzilla Developer
Advanced Micro Devices
 
<snip>

-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: force-DBD-result.txt
URL: <http://lists.bugzilla.org/pipermail/developers/attachments/20050608/da506328/attachment.txt>


More information about the developers mailing list