From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/1049 Path: news.gmane.org!not-for-mail From: Isaac Dunham Newsgroups: gmane.linux.lib.musl.general Subject: Compatability: dlinfo needed for kerberos Date: Sun, 10 Jun 2012 06:35:42 -0700 Message-ID: <20120610063542.0706d8eb@newbook> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1339335368 10783 80.91.229.3 (10 Jun 2012 13:36:08 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 10 Jun 2012 13:36:08 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-1050-gllmg-musl=m.gmane.org@lists.openwall.com Sun Jun 10 15:36:07 2012 Return-path: Envelope-to: gllmg-musl@plane.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by plane.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1SdiJB-0007vm-OQ for gllmg-musl@plane.gmane.org; Sun, 10 Jun 2012 15:35:57 +0200 Original-Received: (qmail 7442 invoked by uid 550); 10 Jun 2012 13:35:57 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Original-Received: (qmail 7434 invoked from network); 10 Jun 2012 13:35:57 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=lavabit; d=lavabit.com; b=z+ZdqzQjePu8dgdSmcLPYfhJnIuMc22RTAFRiPj34CT33ZcJJWTURvHAHx/xZz1qM92or22/2x5TcLUsSNR2qPVr5qtDDO/6pCqoLyC60bWqo4j2czQoA9kgiI/l3MziY780F8/rSafmH6ifSJdSYGg9P9x1Yf2Jm3JUmYaZi+A=; h=Date:From:To:Subject:Message-ID:X-Mailer:Mime-Version:Content-Type:Content-Transfer-Encoding; X-Mailer: Claws Mail 3.7.4 (GTK+ 2.20.1; i486-pc-linux-gnu) Xref: news.gmane.org gmane.linux.lib.musl.general:1049 Archived-At: MIT Kerberos 5 1.10.2 and OpenSSL want dlinfo; while OpenSSL supports systems without dlinfo, Kerberos requires it on any non-Windows systems (Windows has an equivalent API). AFAICT the file that it occurs in must be built. Isaac Dunham