Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Apr 2001 11:00:08 -0700 (PDT)
From:      Michael Harnois <mdharnois@home.com>
To:        freebsd-ports@FreeBSD.org
Subject:   Re: ports/26675: postfix-current does not load at startup with mysql support
Message-ID:  <200104181800.f3II08116113@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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-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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200104181800.f3II08116113>