Hide Forgot
in xlators/storage/bdb/src/bdb-ll.c, line 958 should be: DB_VERSION_MINOR >= 7) instead of DB_VERSION_MINOR == 7) to be able to build with bdb >= 4.7 (actually 4.8)
Hi Mickael, This line was hard coded to 4.7 version as we tested bdb with 'only' that version of BDB. Currently we have 'stalled' work with BDB, till we get 3.0 version out. -Amar
All bugs related to BDB are getting closed as of now as we don't support it anymore with any of the current releases. We will open new bugs when we start work on it.