Created attachment 159353 [details] add WANT_OPENLDAP_SASL The LDAP module of freeradius3 wants sasl support. This patch make it depends on openldap-client-sasl and not openldap-client. Cheers,
*** Bug 202681 has been marked as a duplicate of this bug. ***
Can you try your build again with adding the following? LIB_DEPENDS+= libsasl2.so:${PORTSDIR}/security/cyrus-sasl2 If this works, I think it will be safer than trying to force OpenLDAP with SASL support.
Yes that works for me.
Here we don't use OPENLDAP_SASL, an I'd prefer not to be forced to use it (as you have to recompile everything to change that) Tried here LIB_DEPENDS+= libsasl2.so:${PORTSDIR}/security/cyrus-sasl2 It seems to work (for me)
Created attachment 161188 [details] LIB_DEPENDS cyrus-sasl2
*** Bug 203259 has been marked as a duplicate of this bug. ***
A commit references this bug: Author: zi Date: Thu Sep 24 03:50:06 UTC 2015 New revision: 397675 URL: https://svnweb.freebsd.org/changeset/ports/397675 Log: - Resolve build failure in certain cases when LDAP support is enabled PR: 201957 Reported by: Emmanuel Vadot <manu@bidouilliste.com> Changes: head/net/freeradius3/Makefile
Fix committed.