Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Dec 2002 22:03:21 -0700 (MST)
From:      "Scott M.Likens" <damm@livid.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/46507: Failure to Build Postfix-Current due to SASL
Message-ID:  <20021224050321.240E2FE5B@livid.de>

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

>Number:         46507
>Category:       ports
>Synopsis:       Failure to Build Postfix-Current due to SASL
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Dec 23 21:10:02 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Scott M. Likens
>Release:        FreeBSD 4.7-STABLE i386
>Organization:
>Environment:
System: FreeBSD livid.de 4.7-STABLE FreeBSD 4.7-STABLE #0: Thu Dec 19 13:05:41 MST 2002 damm@dialup.livid.de:/usr/src/sys/compile/LIVID i386


	FreeBSD 4.7 RELENG_4-20021223
>Description:
	Problem with Selecting SASL2 + TLS + LDAP, includes MySQL without
	making MySQL a dependancy.
>How-To-Repeat:
	Select SASL2 with SASL2 built without MySQL Support, without 
	MySQL added either.
>Fix:
	Modify configure.postfix with removing

                       if [ -f ${PREFIX}/lib/libsasl.a ]; then
if nm ${PREFIX}/lib/libsasl.a | grep -wq
"mysql_verify_password"; then
echo "POSTFIX_CCARGS+=  -DHAS_MYSQL -I\${LOCALBASE}/include/mysql" 
echo "POSTFIX_AUXLIBS+= \${LOCALBASE}/lib/mysql/libmysqlclient.a -lm -lz" 

that and it's counterparts.  It incorrect, same with verifiying SASL2, i 
have no such function, yet it still includes MySQL in it.

Thanks.


>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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