From owner-freebsd-current@FreeBSD.ORG Tue Apr 29 05:41:37 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 E566B37B401 for ; Tue, 29 Apr 2003 05:41:37 -0700 (PDT) Received: from gw.nectar.cc (gw.nectar.cc [208.42.49.153]) by mx1.FreeBSD.org (Postfix) with ESMTP id 28D4443F93 for ; Tue, 29 Apr 2003 05:41:37 -0700 (PDT) (envelope-from nectar@celabo.org) Received: from madman.celabo.org (madman.celabo.org [10.0.1.111]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (Client CN "madman.celabo.org", Issuer "celabo.org CA" (verified OK)) by gw.nectar.cc (Postfix) with ESMTP id C823C5E; Tue, 29 Apr 2003 07:41:36 -0500 (CDT) Received: by madman.celabo.org (Postfix, from userid 1001) id 2EF9E78C66; Tue, 29 Apr 2003 07:41:36 -0500 (CDT) Date: Tue, 29 Apr 2003 07:41:36 -0500 From: "Jacques A. Vidrine" To: Xavier HUMBERT Message-ID: <20030429124136.GA66880@madman.celabo.org> References: <1fu698g.6jxrnrpg34efM%xavier+ml@injep.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1fu698g.6jxrnrpg34efM%xavier+ml@injep.fr> X-Url: http://www.celabo.org/ User-Agent: Mutt/1.5.3i-ja.1 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 12:41:38 -0000 On Tue, Apr 29, 2003 at 10:16:01AM +0200, Xavier HUMBERT wrote: > Hi, > > I have a problem buildin Postfix+SASL > > The libdes has been explicitely destroyed on Feb 24 [...] > However, Postfix does not know that (I've filed a PR to the maintainer), > so I removed libdes from makefiles, but some symols are not in > libcrypto : > > [ BTW, the compat symlink to libcrypto is not there, and creating it by] > [ hand does not solve the missing symbols problem. ] Right, it should not be there. > >/usr/lib/libkrb.so: undefined reference to `des_pcbc_encrypt' > >/usr/lib/libkrb.so: undefined reference to `des_set_odd_parity' > >/usr/lib/libkrb.so: undefined reference to `des_key_sched' > >/usr/lib/libkrb.so: undefined reference to `des_read_pw_string' > >/usr/lib/libkrb.so: undefined reference to `des_set_key' > >/usr/lib/libkrb.so: undefined reference to `des_cbc_cksum' > >/usr/lib/libkrb.so: undefined reference to `des_quad_cksum' > >/usr/lib/libkrb.so: undefined reference to `des_string_to_key' > > Any idea ? Yes, you have not rebuilt world with MAKE_KERBEROS4=YES since OpenSSL 0.9.7 was brought in. Now, Kerberos IV has been removed from -CURRENT completely. I recommend that you manually remove the Kerberos IV libraries: for lib in krb kadm kafs kdb acl; do rm /usr/lib/lib${lib}.* /usr/lib/lib${lib}_p.a done (Install /usr/ports/security/krb4 if you really need Kerberos IV.) Then rebuild SASL. Cheers, -- Jacques Vidrine . NTT/Verio SME . FreeBSD UNIX . Heimdal nectar@celabo.org . jvidrine@verio.net . nectar@freebsd.org . nectar@kth.se