Bug 170235 - Perl built with old db.h
Summary: Perl built with old db.h
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: perl
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Warren Togami
QA Contact: David Lawrence
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2005-10-09 20:34 UTC by Rudi Chiarito
Modified: 2007-11-30 22:11 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2005-10-10 04:16:26 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Rudi Chiarito 2005-10-09 20:34:23 UTC
Description of problem:
Perl seems to need a rebuild after db4 got updated.

Version-Release number of selected component (if applicable):
perl-5.8.7-0.4.fc5

How reproducible:
Always

Steps to Reproduce:
$ perl
use DB_File;

Actual results:
DB_File needs compatible versions of libdb & db.h
        you have db.h version 4.3.28 and libdb version 4.3.29
Compilation failed in require at - line 1.
BEGIN failed--compilation aborted at - line 1.

I actually have no db.h anywhere on the system (well, there's one from firewire
modules and one from tetex-fonts, but they are not <db.h>). I assume it's
talking about the db.h used to build the DB_File module (ie the Perl RPM).

Expected results:
No error

Additional info:
The current Rawhide Perl is older than db4. A respin of the package should fix
the issue, I think.

Comment 1 Warren Togami 2005-10-10 04:16:26 UTC
it will be in tomorrow's rawhide


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