Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=170235 Summary: Perl built with old db.h Product: Fedora Core Version: devel Platform: All OS/Version: Linux Status: NEW Severity: normal Priority: normal Component: perl AssignedTo: wtogami@xxxxxxxxxx ReportedBy: nutello@xxxxxxxxxxxxx QAContact: dkl@xxxxxxxxxx CC: fedora-perl-devel-list@xxxxxxxxxx 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. -- Configure bugmail: https://bugzilla.redhat.com/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.