misc/73100: Incorrect library specification for mail/postfix package & SASLKRB5 option

Matthew X. Economou xenophon+freebsd at irtnog.org
Sun Oct 24 19:30:27 PDT 2004


>Number:         73100
>Category:       misc
>Synopsis:       Incorrect library specification for mail/postfix package & SASLKRB5 option
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Oct 25 02:30:26 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Matthew X. Economou
>Release:        FreeBSD/i386 5.2.1-p11
>Organization:
IRTNOG.ORG
>Environment:
FreeBSD mx1.irtnog.org 5.2.1-RELEASE-p11 FreeBSD 5.2.1-RELEASE-p11 #6: Fri Oct 15 04:10:59 EDT 2004     root at mx1.irtnog.org:/usr/obj/usr/src/sys/ECOMX1  i386
>Description:
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.
>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.)
>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"
>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-bugs mailing list