From owner-freebsd-ports Wed May 23 12:20:20 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4E27437B424 for ; Wed, 23 May 2001 12:20:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4NJK3W05339; Wed, 23 May 2001 12:20:03 -0700 (PDT) (envelope-from gnats) Date: Wed, 23 May 2001 12:20:03 -0700 (PDT) Message-Id: <200105231920.f4NJK3W05339@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: "Scot W. Hetzel" Subject: Re: ports/27563: postfix-current is broken Reply-To: "Scot W. Hetzel" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/27563; it has been noted by GNATS. From: "Scot W. Hetzel" To: "David W. Chapman Jr." , Cc: Subject: Re: ports/27563: postfix-current is broken Date: Wed, 23 May 2001 14:13:38 -0500 From: "David W. Chapman Jr." > The following reply was made to PR ports/27563; it has been noted by GNATS. > > From: "David W. Chapman Jr." > To: "Scot W. Hetzel" , , > > Cc: > Subject: Re: ports/27563: postfix-current is broken > Date: Wed, 23 May 2001 13:04:19 -0500 > > Yes we do, I had the same problem with lib_krb, but there isn't a good way > to tell how sasl is compiled yet is there? > I just did a grep thru the strings returned from the libsasl.a library and it returned the MySQL & LDAP functions that it is using. Theses functions will not occur in a SASL library that hasn't been compiled with support for MySQL and/or LDAP. So a check for MySQL and/or LDAP would need: strings PREFIX/lib/libsasl.a | grep mysql_verify_password strings PREFIX/lib/libsasl.a | grep ldap_verify_password Scot To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message