Bug 55277 - APR-util fails to build with Berkeley DB 6.0
Summary: APR-util fails to build with Berkeley DB 6.0
Status: CLOSED FIXED
Alias: None
Product: APR
Classification: Unclassified
Component: APR-util (show other bugs)
Version: HEAD
Hardware: PC Linux
: P2 normal (vote)
Target Milestone: ---
Assignee: Apache Portable Runtime bugs mailinglist
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-18 11:40 UTC by Lars Wendler
Modified: 2014-09-20 12:35 UTC (History)
0 users



Attachments
Fix detection of Berkeley DB 6.0 (2.65 KB, patch)
2013-07-18 11:40 UTC, Lars Wendler
Details | Diff
Fix detection of Berkeley DB 6.0 (1.38 KB, patch)
2013-11-22 09:22 UTC, Lars Wendler
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Lars Wendler 2013-07-18 11:40:09 UTC
Created attachment 30599 [details]
Fix detection of Berkeley DB 6.0

A couple of days ago Oracle released db-6.0.20 which apr-util (only tested with release version 1.5.2) fails to detect during configure.
The attached patch fixes this problem and lets apr-util compile against db-6.0 successfully.
Comment 1 Lars Wendler 2013-11-22 09:22:17 UTC
Created attachment 31066 [details]
Fix detection of Berkeley DB 6.0

apr-util-1.5.3 still cannot find Berkekley DB6.
The attached patch fixes that.
Comment 2 Rainer Jung 2013-11-23 18:03:18 UTC
Thanks.

Committed in a slighty adjusted form to trunk in r1544846 and to 1.5.x in r1544848.

Will be part of apr-util 1.5.4.
Comment 3 Jeff Trawick 2014-09-20 12:35:40 UTC
The fix is in APR-util 1.5.4, which will be announced in a couple of days.