Bug 4805 - DB_files in perl-5.00503-2 is not compatible with DB files in perl-5.004m7-1
Summary: DB_files in perl-5.00503-2 is not compatible with DB files in perl-5.004m7-1
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: perl
Version: 6.0
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Crutcher Dunnavant
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 1999-08-31 16:26 UTC by jeppesen
Modified: 2008-05-01 15:37 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 1999-08-31 18:42:15 UTC
Embargoed:


Attachments (Terms of Use)

Description jeppesen 1999-08-31 16:26:15 UTC
DB_files created with RH5.2 using perl-5.004m7-1 cannot be
opened with the perl shipping with RH6.0. One more oddety
with perl-500503-2: if you create a DB file (using tie)
the 'file' command report that the resulting file is just
data - however 'file' correctly reports that a DB file
created using perl-5.004m7-1 (under RH6.0) is a Berkeley DB
Hash file.

Comment 1 Jeff Johnson 1999-08-31 18:42:59 UTC
You need to convert your databases using db_dump185. The latest
perl-5.00503-6 in Raw Hide uses libdb.so.3 (read: Berkeley db2)
while the perl in Red Hat 5.2 used the incompatible Berkeley db1.
Make sure you also use db_dump185 from glibc in Raw Hide: the
executable shipped with Red Hat 6.0 was linked with the wrong library
and is not functional.


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