Bug 121188

Summary: perl-DBI compiled for Perl 5.8.0 instead of 5.8.1
Product: [Fedora] Fedora Reporter: Jan "Yenya" Kasprzak <kas>
Component: perl-DBIAssignee: Chip Turner <cturner>
Status: CLOSED ERRATA QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 1   
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2004-04-19 14:55:30 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Jan "Yenya" Kasprzak 2004-04-18 18:25:51 UTC
Description of problem:
perl-DBI is compiled for 5.8.0, while the system has 5.8.1. So
Perl cannot find DBI.pm even though it is installed.

Version-Release number of selected component (if applicable):
perl-5.8.1-92
perl-DBI-1.37-1

How reproducible:
100%


Steps to Reproduce:
1. install both perl and perl-DBI RPMs
2. run perl -MDBI -e 1
  
Actual results:
perl cannot find DBI.pm in its include path.

Expected results:
perl -MDBI -e 1 should not print error.

Additional info:
run "rpm -ql perl-DBI|grep DBI.pm"
and "perl -V" and compare the Perl search path with
the directories where DBI.pm gets installed.
The same problem may be present in other Perl modules in RPM format
(at least perl-Time-HiRes is also installed into 5.8.0 dirs).

Comment 1 Jan "Yenya" Kasprzak 2004-04-19 14:55:30 UTC
This is solved by newer Perl RPM (5.8.3-16) from updates. Sorry for
the noise.