Date: Wed, 23 May 2001 11:10:13 -0700 (PDT) From: "Scot W. Hetzel" <hetzels@westbend.net> To: freebsd-ports@FreeBSD.org Subject: Re: ports/27563: postfix-current is broken Message-ID: <200105231810.f4NIADq97005@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: <scorpio@drkshdw.org>, <FreeBSD-gnats-submit@FreeBSD.ORG> Cc: <dwcjr@inethouston.net> Subject: Re: ports/27563: postfix-current is broken Date: Wed, 23 May 2001 13:00:02 -0500 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.f4NIADq97005>