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

RE: Problem with db 4



Hi,

I have the same issue that the one discussed on the quoted mails.

I launch the daemon using the command "slapd -d 1 -f path_to_config_file",
and I get this response:

--------- START DEBUG INFO ----------
@(#) $OpenLDAP: slapd 2.0.19-Release (Mon Dec 24 11:14:48 GMT 2001) $
        root@zipi:/build/openldap-2.0.19/servers/slapd
daemon_init: listen on ldap:///
daemon_init: 1 listeners to open...
ldap_url_parse_ext(ldap:///)
daemon: initialized ldap:///
daemon_init: 1 listeners opened
slapd init: initiated server.
slapd startup: initiated.
backend_startup: bi_open 0 failed!
slapd shutdown: initiated
ldbm backend syncing
ldbm backend done syncing
====> cache_release_all
slapd shutdown: freeing system resources.
slapd stopped.
connections_destroy: nothing to destroy.
--------- END DEBUG INFO ----------
I'm quiet confident about db4, because I used the slapadd command in order
to load a small ldif file and there was no errors in the importing process.

Any suggestions?

Thanks in advance.

> -----Original Message-----
> From: owner-openldap-software@OpenLDAP.org
> [mailto:owner-openldap-software@OpenLDAP.org]On Behalf Of Franky Van
> Liedekerke
> Sent: domingo, 23 de diciembre de 2001 14:49
> To: Taymour A. El Erian
> Cc: openldap-software@OpenLDAP.org
> Subject: Re: Problem with db 4
>
>
> Maybe you should try 2.0.19 first, it's just released and contains fixes
> for Berckeley DB 4
>
> Franky
>
> On Sun, 23 Dec 2001 15:37:50 +0200
> "Taymour A. El Erian" <t.elerian@gega.net> wrote:
>
> > Hi,
> >      I am installing openldap 2.0.18 with Berkeley db4, the compilation
> > of db4
> > went ok and I created symbolic link db.h to db.h of db4 also libldap.so
> > to libldap-4.0.so and compiled openldap and the compilation was
> > successful. The problem is openldap doesn't start giving an error about
> > the bi_open function (as the log from slapd below shows).