The mail/postfix port will not link properly when the SASLKRB5 option is chosen because two key libraries, libasn1 and libroken, are missing from the linker specification. Fix: Change the following linker specification on line 111 of mail/postfix/scripts/configure.postfix: echo "POSTFIX_AUXLIBS+= -lkrb5 -lcrypto -lcom_err" to: echo "POSTFIX_AUXLIBS+= -lkrb5 -lcrypto -lcom_err -lasn1 -lroken" How-To-Repeat: Build the mail/postfix port with SASL2 and SASLKRB5 support. (There may be a similar problem with the SASLKRB option, but I have not tested it.)
Responsible Changed From-To: freebsd-bugs->freebsd-ports-bugs Ports PR.
Dear maintainer of FreeBSD port mail/postfix, please take a look at http://www.freebsd.org/cgi/query-pr.cgi?q=73100 Do you approve/reject this patch? -- Pav Lucistnik <pav@oook.cz> <pav@FreeBSD.org> Me go and see Elves and all! Hooray!
State Changed From-To: open->feedback Asked maintainer for approval.
Responsible Changed From-To: freebsd-ports-bugs->pav Handle.
On Oct 25, 2004, at 6:37 PM, Pav Lucistnik wrote: > Dear maintainer of FreeBSD port mail/postfix, please take a look at > > http://www.freebsd.org/cgi/query-pr.cgi?q=73100 > > Do you approve/reject this patch? Not being able to directly test it, it seems reasonable to apply. I approve of it.
State Changed From-To: feedback->closed Committed, thanks!