Bug 121188 - perl-DBI compiled for Perl 5.8.0 instead of 5.8.1
Summary: perl-DBI compiled for Perl 5.8.0 instead of 5.8.1
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: perl-DBI
Version: 1
Hardware: x86_64
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Chip Turner
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2004-04-18 18:25 UTC by Jan "Yenya" Kasprzak
Modified: 2007-11-30 22:10 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2004-04-19 14:55:30 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

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.



Note You need to log in before you can comment on or make changes to this bug.