summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeon Brocard <acme@astray.com>2004-01-05 21:35:56 +0000
committerLeon Brocard <acme@astray.com>2004-01-05 21:35:56 +0000
commitb5fff02d5a04a202e15c1e302b19753d84237c8d (patch)
tree3d632e72a189b0a13c1d5ab9164a299ffcbfca27
parent51222f03f4d0b66a415082bbe916a7338ba2ea90 (diff)
downloadperl-b5fff02d5a04a202e15c1e302b19753d84237c8d.tar.gz
22065
p4raw-id: //depot/maint-5.005/perl@22066
-rw-r--r--Changes20
1 files changed, 20 insertions, 0 deletions
diff --git a/Changes b/Changes
index a882b1654a..8fda907a77 100644
--- a/Changes
+++ b/Changes
@@ -78,6 +78,26 @@ Version 5.005_04-tobe Fourth maintenance release of 5.005
----------------
____________________________________________________________________________
+[ 22065] By: acme on 2004/01/05 21:33:04
+ Log: Work around bug where Linux libc's have Berekeley DB 2 in them
+ Patch by Paul Marquess <Paul.Marquess@btinternet.com>,
+ DB_File's maintainer. His description:
+
+ The patch is to work around a problem where some versions of
+ Linux have a C library with Berkeley DB version 2 embedded in
+ it. This makes life difficult if you want to build with a
+ version of Berkeley DB other than the one embedded in
+ libc. This problem is compounded by the way Perl used to
+ *always* include the Berkeley DB library when it was being
+ built. The DB_File patches solves the latter problem, by
+ retrofitting the fix to Configure et al that was included from
+ perl 5.6 on. I think your best course of action is to just
+ apply the 5.00503 patch to the 5.00504 source. I just tried
+ applying it and it seems ok.
+ Branch: maint-5.005/perl
+ ! Configure Makefile.SH lib/ExtUtils/Embed.pm
+ ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
+____________________________________________________________________________
[ 22062] By: acme on 2004/01/05 21:11:24
Log: Fix locale-dependant test failures
From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>