From owner-freebsd-ports Sat Feb 10 22:22:18 2001 Delivered-To: freebsd-ports@freebsd.org Received: from orion.psknet.com (mail.psknet.com [63.171.251.4]) by hub.freebsd.org (Postfix) with SMTP id BA04C37B401 for ; Sat, 10 Feb 2001 22:21:57 -0800 (PST) Received: (qmail 28607 invoked from network); 11 Feb 2001 06:21:53 -0000 Received: from abyss.dashit.net (HELO ABYSS) (209.100.22.250) by mail.psknet.com with SMTP; 11 Feb 2001 06:21:53 -0000 From: "Troy Settle" To: "David W. Chapman Jr." , "Blaz Zupan" Cc: Subject: RE: Postfix + MySQL (ports updated 2/8) Date: Sun, 11 Feb 2001 01:21:51 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Importance: Normal In-Reply-To: <00e201c093e1$ccebbd20$931576d8@inethouston.net> X-AntiVirus: scanned for viruses by Pulaski Networks (http://www.psknet.com) using AMaViS (http://www.amavis.org) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Yeah, I guess it's a change in mysql... the -lz needs to go into postfix-current as well (see scripts/configure.postfix, ~ line 94). I didn't even notice that the 2 ports had different maintainers, else I would have cc'd you directly when I sent the first message =) Nice job on the dialog script, I really like those (takes the guess work away when one desires to add support for other stuff). I see that you have TLS in the script, but not in the dialog. Is this currently broken? -- Troy Settle Pulaski Networks 540.994.4254 They told me to think out of the box, but I tripped over it, now I own my own company. ** -----Original Message----- ** From: David W. Chapman Jr. [mailto:dwcjr@inethouston.net] ** Sent: Saturday, February 10, 2001 11:19 PM ** To: Troy Settle; Blaz Zupan ** Cc: freebsd-ports@freebsd.org ** Subject: Re: Postfix + MySQL (ports updated 2/8) ** ** ** I don't think Blaz is a committer so it might take some time. Is this ** something that might apply to postfix-current? ** ** ----- Original Message ----- ** From: "Troy Settle" ** To: "Blaz Zupan" ** Cc: ; ** Sent: Saturday, February 10, 2001 7:16 PM ** Subject: RE: Postfix + MySQL (ports updated 2/8) ** ** ** > ** > Beautiful! Thanks Blaz. I trust you'll be commiting this ** soon? Though I ** > don't suppose I'll have problems remembering this when/if I ** take postfix ** > into production. ** > ** > ** > -- ** > Troy Settle ** > Pulaski Networks ** > 540.994.4254 ** > ** > They told me to think out of the box, but I ** > tripped over it, now I own my own company. ** > ** > ** > ** > ** -----Original Message----- ** > ** From: Blaz Zupan [mailto:blaz@amis.net] ** > ** Sent: Saturday, February 10, 2001 3:56 PM ** > ** To: Troy Settle ** > ** Cc: freebsd-questions@freebsd.org; freebsd-ports@freebsd.org ** > ** Subject: Re: Postfix + MySQL (ports updated 2/8) ** > ** ** > ** ** > ** > cc -DHAS_MYSQL -I/usr/local/include/mysql -O -pipe -I. ** > ** -I../include -DFREEB ** > ** > SD4 -o error error.o ../lib/libmaster.a ../lib/libglobal.a ** > ** ../lib/libutil.a ** > ** > /usr/local/lib/mysql/libmysqlclient.a -lm ** > ** > /usr/local/lib/mysql/libmysqlclient.a(my_compress.o): In function ** > ** > `my_compress_alloc': ** > ** > my_compress.o(.text+0xb0): undefined reference to `compress' ** > ** > /usr/local/lib/mysql/libmysqlclient.a(my_compress.o): In function ** > ** > `my_uncompress': ** > ** > my_compress.o(.text+0x121): undefined reference to `uncompress' ** > ** > *** Error code 1 ** > ** ** > ** Try the patch below. It appears that the 3.23 mysql libraries need ** libz. ** > ** ** > ** --- postfix/Makefile.orig Tue Feb 6 03:56:33 2001 ** > ** +++ postfix/Makefile Sat Feb 10 21:53:38 2001 ** > ** @@ -60,7 +60,7 @@ ** > ** .if defined(WITH_MYSQL) ** > ** BUILD_DEPENDS+= ** > ** ${LOCALBASE}/lib/mysql/libmysqlclient.a:${PORTSDIR}/databases/mys ** > ** ql323-client ** > ** POSTFIX_CCARGS+= -DHAS_MYSQL -I${LOCALBASE}/include/mysql ** > ** -POSTFIX_AUXLIBS+= ${LOCALBASE}/lib/mysql/libmysqlclient.a -lm ** > ** +POSTFIX_AUXLIBS+= ${LOCALBASE}/lib/mysql/libmysqlclient.a -lm -lz ** > ** .endif ** > ** ** > ** .if defined(WITH_LDAP) ** > ** ** > ** ** > ** ** > ** Blaz Zupan, Medinet d.o.o, Linhartova 21, 2000 Maribor, Slovenia ** > ** E-mail: blaz@amis.net, Tel: +386-2-320-6320, Fax: +386-2-320-6325 ** > ** ** > ** ** > ** > ** > ** > 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