Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Oct 2004 02:29:46 GMT
From:      "Matthew X. Economou" <xenophon+freebsd@irtnog.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   misc/73100: Incorrect library specification for mail/postfix package & SASLKRB5 option
Message-ID:  <200410250229.i9P2Tki7016478@www.freebsd.org>
Resent-Message-ID: <200410250230.i9P2URPv096500@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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@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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200410250229.i9P2Tki7016478>