https://bugs.openldap.org/show_bug.cgi?id=9703
Issue ID: 9703 Summary: init_config_ocs: register_oc failed Product: OpenLDAP Version: 2.5.7 Hardware: All OS: All Status: UNCONFIRMED Keywords: needs_review Severity: normal Priority: --- Component: backends Assignee: bugs@openldap.org Reporter: goudal@enseirb.fr Target Milestone: ---
Hello, I just compiled openldap2.5.7 from source with the following command : ./configure '--enable-overlays' '--enable-crypt' '--with-tls' '--enable-backends' '--with-cyrus-sasl' '--disable-ndb' '--enable-modules' Distribution is Ubuntu20.04
When I start slapd it exits with the error init_config_ocs: register_oc failed With -d -1 flag I got the the following :
6149e48c.212556fe 0x7f20fc933740 wt_back_initialize: initialize WiredTiger backend 6149e48c.21544f14 0x7f20fc933740 wt_back_initialize: WiredTiger 2.9.3: (June 26, 2017) 6149e48c.21558481 0x7f20fc933740 register_oc: objectclass "( OLcfgDbOc:9.1 NAME 'olcWtConfig' DESC 'Wt backend configuration' SUP olcDatabaseConfig MUST olcDbDirectory MAY ( olcWtConfig $ olcDbIndex ) )": Inconsistent duplicate \ objectClass, 1.3.6.1.4.1.4203.1.12.2.4.2.9.1
https://bugs.openldap.org/show_bug.cgi?id=9703
Howard Chu hyc@openldap.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 Status|UNCONFIRMED |CONFIRMED
--- Comment #1 from Howard Chu hyc@openldap.org --- This was fixed in 2aaaf983156c3e740c26fdac67007ab861676cb6
I guess we need this commit in 2.5.8.
https://bugs.openldap.org/show_bug.cgi?id=9703
--- Comment #2 from Howard Chu hyc@openldap.org --- You could also avoid this conflict by not building back-passwd, or building them as dynamic modules and ensuring that back-passwd and back-wt are never loaded at the same time.
https://bugs.openldap.org/show_bug.cgi?id=9703
--- Comment #3 from goudal@enseirb.fr --- For my usage, I have disabled wiredtiger as I don't need it. Thanks for your answer.
https://bugs.openldap.org/show_bug.cgi?id=9703
Quanah Gibson-Mount quanah@openldap.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords|needs_review | Assignee|bugs@openldap.org |quanah@openldap.org Target Milestone|--- |2.5.8
https://bugs.openldap.org/show_bug.cgi?id=9703
Quanah Gibson-Mount quanah@openldap.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|CONFIRMED |RESOLVED Resolution|--- |DUPLICATE
--- Comment #4 from Quanah Gibson-Mount quanah@openldap.org --- Fixed for 2.5.8
*** This issue has been marked as a duplicate of issue 9463 ***
https://bugs.openldap.org/show_bug.cgi?id=9703
Quanah Gibson-Mount quanah@openldap.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |VERIFIED
https://bugs.openldap.org/show_bug.cgi?id=9703
Quanah Gibson-Mount quanah@openldap.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|2.5.8 |---