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

RE: LDAP (V 2.1.25) don't start



Just as a wild guess, I would say your Berkeley DB library was configured to
support only DB_PRIVATE environments. Most likely your BDB library was not
configured properly when you first built it; you need to fix that before
anything else will work.

  -- Howard Chu
  Chief Architect, Symas Corp.       Director, Highland Sun
  http://www.symas.com               http://highlandsun.com/hyc
  Symas: Premier OpenSource Development and Support

-----Original Message-----
From: owner-openldap-software@OpenLDAP.org
[mailto:owner-openldap-software@OpenLDAP.org]On Behalf Of
Frederic.BIZARD@econocom.fr

Hello,

When I lauch 'slapd -d -1', I have this error :

slapd startup: initiated.
bdb_db_open: dc=effbe,o=net
bdb_db_open: dbenv_open(/usr/local/var/openldap-data)
bdb(dc=effbe,o=net): Berkeley DB library configured to support only
DB_PRIVATE environments
bdb_db_open: dbenv_open failed: Invalid argument (22)
backend_startup: bi_db_open(0) failed! (22)
slapd shutdown: initiated
====> bdb_cache_release_all
slapd shutdown: freeing system resources.
bdb(dc=effbe,o=net): txn_checkpoint interface requires an environment
configured for the transaction subsystem
bdb_db_destroy: txn_checkpoint failed: Invalid argument (22)
====> bdb_cache_release_all
slapd stopped.

Frederic