From owner-freebsd-ports Wed Apr 18 11: 0:10 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 4C42937B423 for ; Wed, 18 Apr 2001 11:00:08 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3II08116113; Wed, 18 Apr 2001 11:00:08 -0700 (PDT) (envelope-from gnats) Date: Wed, 18 Apr 2001 11:00:08 -0700 (PDT) Message-Id: <200104181800.f3II08116113@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Michael Harnois Subject: Re: ports/26675: postfix-current does not load at startup with mysql support Reply-To: Michael Harnois Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/26675; it has been noted by GNATS. From: Michael Harnois To: "David W. Chapman Jr." Cc: , "Blaz Zupan" Subject: Re: ports/26675: postfix-current does not load at startup with mysql support Date: 18 Apr 2001 12:53:51 -0500 No, I think what you need is --- postfix-current/scripts/configure.postfix.orig Mon Apr 16 12:54:19 2001 +++ postfix-current/scripts/configure.postfix Wed Apr 18 12:49:09 2001 @@ -89,9 +89,9 @@ echo "POSTFIX_AUXLIBS+= -L\${LOCALBASE}/lib -ldb3" ;; \"MySQL\") - echo "BUILD_DEPENDS+= \${LOCALBASE}/lib/mysql/libmysqlclient.so:\${PORTSDIR}/databases/mysql323-client" + echo "BUILD_DEPENDS+= \${LOCALBASE}/lib/mysql/libmysqlclient.a:\${PORTSDIR}/databases/mysql323-client" echo "POSTFIX_CCARGS+= -DHAS_MYSQL -I\${LOCALBASE}/include/mysql" - echo "POSTFIX_AUXLIBS+= -L\${LOCALBASE}/lib/mysql -lmysqlclient -lm -lz" + echo "POSTFIX_AUXLIBS+= \${LOCALBASE}/lib/mysql/libmysqlclient.a -lm -lz" ;; \"OpenLDAP\") echo "CONF2+= sample-ldap.cf" -- Michael D. Harnois mdharnois@home.com Redeemer Lutheran Church Washburn, Iowa "It is dangerous to be right in matters on which the established authorities are wrong." -- Voltaire To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message