OpenLDAP 2.0 is no longer supported, so also removed from PowerDNS -> Please upgrade to OpenLDAP 2.1 or 2.2
Ralf van der Enden wrote: > OpenLDAP 2.0 is no longer supported, so also removed from PowerDNS > -> Please upgrade to OpenLDAP 2.1 or 2.2 > >>Fix: > > -LDAP_PORT?= net/openldap20-client > +LDAP_PORT?= net/openldap21-client be aware of the following: - LIB_DEPENDS+= ldap.2:${PORTSDIR}/${LDAP_PORT} does not work for OpenLDAP 2.2, since it's soname is libldap.so.202 - I plan to follow OpenLDAP soname conventions, renaming the library to libldap-2.2.so.7 in the next release - You should respect WANT_OPENLDAP_VER, since users might want to go from 2.0 directly to 2.2, and you are on the safe site when the default is changed in bsd.port.mk I recommend using USE_OPENLDAP, which does everything automatically for you. Regards Oliver
State Changed From-To: open->closed Committed, thanks