https://bugs.openldap.org/show_bug.cgi?id=9611
--- Comment #2 from Jean-Luc jb00356987@techmahindra.com --- Hello,
Since then I've downloaded version 2.5.6 and compiled with following options
./configure --enable-modules --enable-ldap --enable-dynlist --enable-ppolicy --enable-unique --with-gnu-ld --enable-refint
but when I want to start it I get following error messages :
610b943a.0a47354f 0x7f03f1ded740 <<< dnNormalize: <cn=manager,cn=config> 610b943a.0a475e53 0x7f03f1ded740 <= str2entry(olcOverlay={3}dynlist) -> 0x2726928 610b943a.0a47ad20 0x7f03f1ded740 : config_add_internal: DN="olcOverlay={3}dynlist,olcDatabase={2}mdb,cn=config" no structural objectClass in configuration table 610b943a.0a47ce89 0x7f03f1ded740 config error processing olcOverlay={3}dynlist,olcDatabase={2}mdb,cn=config:
if I remove the olcOverlay={3}dynlist.ldif file, I'm able to start the slapd but as I used the dynlist overlay, what can be the issue to not support it ?
Thx, Jean-Luc.