From owner-freebsd-questions@FreeBSD.ORG Wed Jan 10 14:50:23 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CF08E16A403 for ; Wed, 10 Jan 2007 14:50:23 +0000 (UTC) (envelope-from niclas.zeising@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.243]) by mx1.freebsd.org (Postfix) with ESMTP id 94B9713C46A for ; Wed, 10 Jan 2007 14:50:23 +0000 (UTC) (envelope-from niclas.zeising@gmail.com) Received: by an-out-0708.google.com with SMTP id c24so49038ana for ; Wed, 10 Jan 2007 06:50:22 -0800 (PST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Dv8D4Ud/GOCk1OxGKtnJGHz3l0x4hZ/SX3Sr2xZ1gROanqEtLP2mpQkmodu9fGC5hsI4TZ1M4h9N0FiHdw8S8eeZ494fZ4ifCYNOTo/+n5NN7/iY5zfM1McKJ0b8VQQEuZLEQgBYPTnKiC8pEIFFptgulqCHeOJHA6HnjD0UTbA= Received: by 10.78.142.14 with SMTP id p14mr101986hud.1168440622362; Wed, 10 Jan 2007 06:50:22 -0800 (PST) Received: by 10.78.29.12 with HTTP; Wed, 10 Jan 2007 06:50:22 -0800 (PST) Message-ID: Date: Wed, 10 Jan 2007 15:50:22 +0100 From: "Niclas Zeising" To: perryh@pluto.rain.com In-Reply-To: <45a3e665.6cOWFLmMZNQbz0bF%perryh@pluto.rain.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20070109102342.JWKD60.dukecmmtao03.coxmail.com@dukecmmtao03> <45a3e665.6cOWFLmMZNQbz0bF%perryh@pluto.rain.com> Cc: freebsd-questions@freebsd.org, vizion@vizion.occoxmail.com Subject: Re: libkrb5.so.8 - missing X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Jan 2007 14:50:23 -0000 On 1/9/07, perryh@pluto.rain.com wrote: > Vizion wrote: > > > Can someone please tell me what package installs libkrb5.so.8 > > for FREEBSD-6.1-RELEASE #0? > > On my 6.1 system, /usr/ports/INDEX contains an entry for krb5-1.5_1 > but my /usr/ports/security/krb5/pkg-plist lists lib/libkrb5.so.3 > rather than libkrb5.so.8. To make matters even more interesting, > my /usr/lib does include a libkrb5.so.8 (dated May 6 2006). > I do not pretend to understand the discrepancy :) > > I'll send it separately, since the list does not like attachments. Kerberos 5, the KTH/Heimdal implementation is included in the base distribution. The bort /usr/ports/security/krb5 is the MIT implementation of the Kerberos5 portocol suite. As far as I know the KTH/Heimdal and the MIT are not compatible with each other. HTH //Niclas