Date: Wed, 23 May 2001 11:10:16 -0700 (PDT) From: "David W. Chapman Jr." <dwcjr@inethouston.net> To: freebsd-ports@FreeBSD.org Subject: Re: ports/27563: postfix-current is broken Message-ID: <200105231810.f4NIAGn97010@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: "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? ----- Original Message ----- From: "Scot W. Hetzel" <hetzels@westbend.net> To: <scorpio@drkshdw.org>; <FreeBSD-gnats-submit@FreeBSD.ORG> Cc: <dwcjr@inethouston.net> Sent: Wednesday, May 23, 2001 1:00 PM Subject: Re: ports/27563: postfix-current is broken > From: <scorpio@drkshdw.org> > > >Description: > > when building postfix-current with SASL and TLS support.. it provides > the following output. > > > > > /usr/local/lib/libsasl.a(checkpw.o): In function `mysql_verify_password': > > checkpw.o(.text+0x12ec): undefined reference to `mysql_connect' > > checkpw.o(.text+0x1320): undefined reference to `mysql_select_db' > > checkpw.o(.text+0x1330): undefined reference to `mysql_close' > > checkpw.o(.text+0x142c): undefined reference to `mysql_query' > > checkpw.o(.text+0x143c): undefined reference to `mysql_store_result' > > checkpw.o(.text+0x145d): undefined reference to `mysql_close' > > checkpw.o(.text+0x1473): undefined reference to `mysql_affected_rows' > > checkpw.o(.text+0x1486): undefined reference to `mysql_free_result' > > checkpw.o(.text+0x148f): undefined reference to `mysql_close' > > checkpw.o(.text+0x14d4): undefined reference to `mysql_free_result' > > checkpw.o(.text+0x14e0): undefined reference to `mysql_close' > > *** Error code 1 > > > > Apparently, the SASL port was built with support to verify users from a > MySQL database. You will need to either add "-lmysqlclient" to build > postfix-current with MySQL support, or build security/cyrus-sasl without > MySQL support. > > We most likely need a way to check if the security/cyrus-sasl port was built > with support for LDAP and/or MySQL and add the appropriate libraries > (-lmysqlclient -lldap -llber). > > 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?200105231810.f4NIAGn97010>