BerkeleyDB

Update of "Building"
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview

Artifact ID: 0f56a3499aff98e81bcea316b2ce20f0c0c068fe
Page Name:Building
Date: 2013-06-06 23:40:50
Original User: murphy
Parent: 9c95baaf70fc2c17822792e2b4e010a5b135abf7 (diff)
Content

Building BerkeleyDB

The CHICKEN binding for BerkeleyDB depends, of course, on the native BerkeleyDB library. It is known to be compatible with versions 5.2 and 4.8 of this library.

If you link against version 5.x of BerkeleyDB, consider defining the feature identifiers enable-forcesync and enable-bulk during the build process to enable synchronisation when closing the database and bulk transactions respectively. If you link against a recent version in the 5.x series of BerkeleyDB, consider defining the feature identifier enable-heap to activate code dealing with heap databases.