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

Re: Error on building openldap-2.2.10 with db-4.2.52



At 03:12 AM 4/21/2004, Calvin Liu wrote:
>I downloaded a latest version of openldap, which is 2.2.10 and Berkeley DB, which is 4.2.52. The db-4.2.52 built ok. But something wrong when building openldap.
>
>The configure script always reports:
>checking Berkeley DB version for BDB backend... no
>configure: error: BDB: BerkeleyDB version incompatible

This implies that the version of Berkeley DB found in the
environment wasn't 4.2 (or better).  It must have some
other version of Berkeley DB in your environment.

>I found the reason that the conftest file which is used to verify the DB version always runs into "segment fault".

The conftest program you refer to was never intended to be ran.
(It's a try link test, not try run test.)