Date: Wed, 23 May 2001 12:20:03 -0700 (PDT) From: "Scot W. Hetzel" <hetzels@westbend.net> To: freebsd-ports@FreeBSD.org Subject: Re: ports/27563: postfix-current is broken Message-ID: <200105231920.f4NJK3W05339@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/27563; it has been noted by GNATS. From: "Scot W. Hetzel" <hetzels@westbend.net> To: "David W. Chapman Jr." <dwcjr@inethouston.net>, <FreeBSD-gnats-submit@FreeBSD.ORG> Cc: Subject: Re: ports/27563: postfix-current is broken Date: Wed, 23 May 2001 14:13:38 -0500 From: "David W. Chapman Jr." <dwcjr@inethouston.net> > The following reply was made to PR ports/27563; it has been noted by GNATS. > > From: "David W. Chapman Jr." <dwcjr@inethouston.net> > To: "Scot W. Hetzel" <hetzels@westbend.net>, <scorpio@drkshdw.org>, > <FreeBSD-gnats-submit@FreeBSD.ORG> > 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200105231920.f4NJK3W05339>