On Mon, 21 Sep 2009, Peter Ankerstål wrote: > > Could this be the same problem I have with SASL and postfix? > > http://lists.freebsd.org/pipermail/freebsd-questions/2009-September/205525.html > I have no idea, but there's one way to find out. Apply this patch to /usr/bin/krb5-config and then rebuild all the cyrus-sasl2 stuff in /usr/ports. (If you "rm -r work" before "make build", you'll be sure to use krb5-config again.) --- krb5-config.sav 2009-09-18 16:54:42.000000000 -0400 +++ krb5-config 2009-09-21 14:49:34.000000000 -0400 _at__at_ -93,7 +93,7 _at__at_ lib_flags="-L${libdir}" case $library in gssapi) - lib_flags="$lib_flags -lgssapi -lheimntlm" + lib_flags="$lib_flags -lgssapi -lgssapi_spnego -lgssapi_krb5 -lheimntlm" ;; kadm-client) lib_flags="$lib_flags -lkadm5clnt" Then see if the newly built binaries work. Good luck with it, rickReceived on Mon Sep 21 2009 - 16:53:34 UTC
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:39:55 UTC