On Tue, 24 Mar 2015, Henrik Hudson wrote: > I use poudriere packages to build to my own local repo. > > I need SASL / GSSAPI support in my openldap client. > > I can't get the php56-ldap library to use the openldap-sasl-client > pkg. It keeps trying to remove it and install the openldap-client > package. > > There is a note from 2012 in UPDATING about doing: > pkg set -o net/openldap24-client:net/openldap24-sasl-client > > but that doesn't seem to do anything on the destination machine. > > So, how do I get the php56-ldap port / package to depend on > openldap-sasl-client ? >
For anyone else... Adding "WANT_OPENLDAP_SASL=yes" to my make.conf for the poudriere package build seems to have fixed this. henrik > -- Henrik Hudson [email protected] ----------------------------------------- "God, root, what is difference?" Pitr; UF _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "[email protected]"
