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

Re: Unable to start slapd



I have compeild and installed Berkeley DB 4.1.24

This are the files in /usr/local/BerkeleyDB.4.1/lib

-rw-r--r--    1 root     root       887928 nov  6 20:01 libdb-4.1.a
-rw-r--r--    1 root     root          724 nov  1 14:44 libdb-4.1.la
-rwxr-xr-x    1 root     root       728488 nov  1 14:44 libdb-4.1.so
lrwxrwxrwx    1 root     root           12 nov  6 20:01 libdb-4.so -> libdb-4.1.so
lrwxrwxrwx    1 root     root           11 nov  6 20:01 libdb.a -> libdb-4.1.a
lrwxrwxrwx    1 root     root           12 nov  6 20:01 libdb.so -> libdb-4.1.so

I'm using openldap-2.1.8.

/Fredrik
Have you got the dbd (berkeley database) libs on the box?? 

  
bdb(dc=asperud,dc=com): txn_checkpoint interface requires an
environment configured for the transaction subsystem
    

The transaction subsystem is provided in the bdb libs (I think)

Hope this helps

Huw

On Thu, 2002-11-07 at 09:17, Fredrik Asperud wrote:
  
When I try to start slapd i get the following printout (using -d 4):

bdb(dc=example,dc=com): unable to join the environment
bdb_db_open: dbenv_open failed: Resource temporarily unavailable (11)
backend_startup: bi_db_open(0) failed! (11)
bdb(dc=asperud,dc=com): txn_checkpoint interface requires an environment 
configured for the transaction subsystem
bdb_db_destroy: txn_checkpoint failed: Invalid argument (22)
slapd stopped.
connections_destroy: nothing to destroy.

Do anyone have any tips on where to look for errors?

Best regards

Fredrik Asperud