[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: configure fails to recognize BDB 3.3.11 threading support (ITS#1336)



If Berkeley DB does not provide DB_THREAD support, then
LDBM will use it's own locking to manage concurrent access.
I haven't heard of any problems using Berkeley DB without
DB_THREAD support though I must admit most folks build
Berkeley DB with DB_THREAD support.

Kurt

At 12:30 AM 2001-09-14, storm@mediaways.net wrote:
>Full_Name: Markus Storm
>Version: REL_ENG_2
>OS: Linux 2.4
>URL: 
>Submission from: (NULL) (195.71.100.155)
>
>
>configure fails to recognize Berkeley DB thread support with BDB 3.3.11
>Works fine with 3.2.9.
>
>checking for Berkeley DB thread support... BerkeleyDB: Unknown error 135523136
>no
>
>
>We use threading. Can this result in database corruption ?