[bug-notifications] [perl 0004446]: Perl module DBI was broken in ver 5.10.1

Mantis Bug Tracker noreply at opencsw.org
Fri Jun 11 14:51:48 CEST 2010


A NOTE has been added to this issue. 
====================================================================== 
http://www.opencsw.org/mantis/view.php?id=4446 
====================================================================== 
Reported By:                niranjan
Assigned To:                bonivart
====================================================================== 
Project:                    perl
Issue ID:                   4446
Category:                   packaging
Reproducibility:            always
Severity:                   major
Priority:                   normal
Status:                     feedback
====================================================================== 
Date Submitted:             2010-06-07 15:47 CEST
Last Modified:              2010-06-11 14:51 CEST
====================================================================== 
Summary:                    Perl module DBI was broken in ver 5.10.1
Description: 
Hi, 

The following modules were borken in perl ver 5.10.1, here I'm much
worring about  DBD::mysql  and DBI, out monitor servers are depend on these
modules. Please help us out on this. Work arround is we have downgraded to
ver 5.8.x.

WARNING: Module DBD::mysql is missing files
WARNING: Module DBI is missing files
WARNING: Module Digest::HMAC is missing files
WARNING: Module Digest::SHA1 is missing files


Thanks
Niranjan
====================================================================== 

---------------------------------------------------------------------- 
 (0008007) bonivart (manager) - 2010-06-11 14:51
 http://www.opencsw.org/mantis/view.php?id=4446#c8007 
---------------------------------------------------------------------- 
Can you run this simple script?

#!/opt/csw/bin/perl

use strict;
use warnings;
use DBI;

my $db = DBI->connect('DBI:mysql:test','foo','bar')
  or die "Couldn't connect to database: " . DBI->errstr;

$db->disconnect;

It should complain about access denied if everything is workin.



More information about the bug-notifications mailing list