From owner-freebsd-ports@FreeBSD.ORG Fri Mar 27 22:02:33 2015 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 04F2ED97 for ; Fri, 27 Mar 2015 22:02:33 +0000 (UTC) Received: from clavin1.langille.org (clavin.langille.org [162.208.116.86]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "clavin.langille.org", Issuer "StartCom Class 2 Primary Intermediate Server CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id CF34ADC0 for ; Fri, 27 Mar 2015 22:02:32 +0000 (UTC) Received: from (clavin1.int.langille.org (clavin1.int.unixathome.org [10.4.7.7]) (Authenticated sender: hidden) with ESMTPSA id 6B70C3514 ; Fri, 27 Mar 2015 22:02:31 +0000 (UTC) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2070.6\)) Subject: Re: FreeBSD Port: security/py-kerberos From: Dan Langille In-Reply-To: <5515D279.8090406@micite.net> Date: Fri, 27 Mar 2015 18:02:31 -0400 Content-Transfer-Encoding: quoted-printable Message-Id: <4FF6BD31-447E-4EE0-8A66-8385D686424D@langille.org> References: <5515CD55.3040203@micite.net> <7AC0D3B1-32EB-4732-BD7F-7258FD068992@langille.org> <5515D20D.4010802@micite.net> <5515D279.8090406@micite.net> To: Roland van Laar X-Mailer: Apple Mail (2.2070.6) Cc: ports X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Mar 2015 22:02:33 -0000 > On Mar 27, 2015, at 5:58 PM, Roland van Laar = wrote: >=20 > On 27-03-15 22:56, Roland van Laar wrote: >> On 27-03-15 22:39, Dan Langille wrote: >>>> On Mar 27, 2015, at 5:36 PM, Roland van Laar = wrote: >>>>=20 >>>> On 27-03-15 21:11, Dan Langille wrote: >>>>> Hello, >>>>>=20 >>>>> Why does security/py-kerberos require security/krb5? >>>>>=20 >>>>> I ask because we already have Kerberos in base. Why do we need = two installations of Kerberos? >>>>>=20 >>>>> I'm confused. :/ >>>>>=20 >>>>> I ask because I just added security/py-requests-kerberos to the = tree. >>>> py-kerberos depends on gssapi/gssapi_generic.h. >>>> This file isn't included in the base kerberos, but it is in the = security/krb5 port. >>> I see. >>>=20 >>> So we need it only for compiling, not for running? >> ;-) I haven't tried running it without the krb5 package. > The resulting python module is: kerberos.so. > Which actually depends on libkrb5support.so from security/krb5 > See: >=20 > # ldd ./kerberos.so > ./kerberos.so: > libpython2.7.so.1 =3D> /usr/local/lib/libpython2.7.so.1 = (0x801606000) > libgssapi_krb5.so =3D> /usr/local/lib/libgssapi_krb5.so = (0x8019c1000) > libkrb5.so =3D> /usr/local/lib/libkrb5.so (0x801c08000) > libk5crypto.so =3D> /usr/local/lib/libk5crypto.so (0x801ee8000) > libcom_err.so =3D> /usr/local/lib/libcom_err.so (0x802117000) > libc.so.7 =3D> /lib/libc.so.7 (0x80081f000) > libthr.so.3 =3D> /lib/libthr.so.3 (0x80231a000) > libintl.so.9 =3D> /usr/local/lib/libintl.so.9 (0x80253f000) > libutil.so.9 =3D> /lib/libutil.so.9 (0x802748000) > libm.so.5 =3D> /lib/libm.so.5 (0x80295a000) > libkrb5support.so =3D> /usr/local/lib/libkrb5support.so = (0x802b82000) That looks like what I found on my server after installing. >>> I want to avoid having two Kerberos installed on the server. :) I wonder why it needs security/krb5 and can't use Kerberos from base. = It seems odd to me... =E2=80=94=20 Dan Langille http://langille.org/