Date: Wed, 18 Apr 2001 13:53:30 -0500 From: "David W. Chapman Jr." <dwcjr@inethouston.net> To: "Michael Harnois" <mdharnois@home.com>, <freebsd-ports@FreeBSD.org> Cc: <jedgar@FreeBSD.org>, "Satoshi Asami" <asami@clickarray.com> Subject: Re: ports/26675: postfix-current does not load at startup with mysql support Message-ID: <03a901c0c838$dc72aac0$931576d8@inethouston.net> References: <200104181800.f3II08116113@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
This is correct, can anyone take care of this before the next ports freeze if possible. Thanks. ----- Original Message ----- From: "Michael Harnois" <mdharnois@home.com> To: <freebsd-ports@FreeBSD.org> Sent: Wednesday, April 18, 2001 1:00 PM Subject: Re: ports/26675: postfix-current does not load at startup with mysql support > The following reply was made to PR ports/26675; it has been noted by GNATS. > > From: Michael Harnois <mdharnois@home.com> > To: "David W. Chapman Jr." <dwcjr@inethouston.net> > Cc: <FreeBSD-gnats-submit@freebsd.org>, "Blaz Zupan" <blaz@amis.net> > 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-cl ient" > + echo "BUILD_DEPENDS+= \${LOCALBASE}/lib/mysql/libmysqlclient.a:\${PORTSDIR}/databases/mysql323-cli ent" > 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 > 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?03a901c0c838$dc72aac0$931576d8>