When emerging "net-nds/openldap" with USE="odbc", it must enable support of 'database sql' statement in /etc/openldap/slapd.conf, but it does not!!! Reproducable: Always Steps to reproduce: 1. USE="odbc" emerge openldap 2. set CORRECT 'database sql' statement in /etc/openldap/slapd.conf 3. /etc/init.d/slapd restart What happens: Unrecognized database type (sql) What i expected: Normal start of OpenLDAP with support of back-sql When i see ebuild, i discovered that key --enable-sql do no added to configure option, but --enable-sql=mod does. I change ebuild to make this option being set ALWAYS(as for me, it is normal solution). I attached modified ebuild for openldap 2.3.43 P.S. Sorry for bad english
Created attachment 196524 [details] Modified ebuild with back-sql support
Please attach unified diffs (diff -u) when you did changes to an ebuild. That would be much more handy for our devs.
Please retest 2.4.17-r1. Reopen this bug if there's a problem still.