From owner-freebsd-current@FreeBSD.ORG Tue Apr 29 09:40:05 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DF89A37B401 for ; Tue, 29 Apr 2003 09:40:05 -0700 (PDT) Received: from mail.westbend.net (ns1.westbend.net [216.47.253.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id F3BE843F93 for ; Tue, 29 Apr 2003 09:40:04 -0700 (PDT) (envelope-from hetzels@westbend.net) Received: from Admin02 (admin02.westbend.net [216.47.253.19]) by mail.westbend.net (8.12.9/8.12.9) with SMTP id h3TGdwdR001106; Tue, 29 Apr 2003 11:39:58 -0500 (CDT) (envelope-from hetzels@westbend.net) Message-ID: <006301c30e6d$fa38dac0$13fd2fd8@Admin02> From: "Scot W. Hetzel" To: "Xavier HUMBERT" References: <1fu698g.6jxrnrpg34efM%xavier+ml@injep.fr> <20030429124136.GA66880@madman.celabo.org> Date: Tue, 29 Apr 2003 11:40:00 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-Virus-Scanned: by amavisd-milter (http://amavis.org/) X-Spam-Status: No, hits=0.5 required=8.0 tests=QUOTED_EMAIL_TEXT,REFERENCES,SPAM_PHRASE_05_08, USER_AGENT_OE version=2.43 cc: current@freebsd.org Subject: Re: Libdes nuked, but symbols missid from libcrypto X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Apr 2003 16:40:06 -0000 From: "Jacques A. Vidrine" > On Tue, Apr 29, 2003 at 10:16:01AM +0200, Xavier HUMBERT wrote: > > I have a problem buildin Postfix+SASL > > > > Now, Kerberos IV has been removed from -CURRENT completely. I recommend > that you manually remove the Kerberos IV libraries: > > (Install /usr/ports/security/krb4 if you really need Kerberos IV.) > Then rebuild SASL. > If you apply the patch in PR 51505, and build/install the security/cyrus-sasl port with -DWITH_KERBEROS4, it will add a dependency on the security/krb4 port for you. http://www.freebsd.org/cgi/query-pr.cgi?pr=51505 Scot.