From owner-freebsd-questions@FreeBSD.ORG Fri Nov 12 16:36:33 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 295EA106566B for ; Fri, 12 Nov 2010 16:36:33 +0000 (UTC) (envelope-from elon@emmi.physik-pool.tu-berlin.de) Received: from emmi.physik-pool.tu-berlin.de (emmi.physik-pool.tu-berlin.de [130.149.58.146]) by mx1.freebsd.org (Postfix) with ESMTP id AEA3D8FC14 for ; Fri, 12 Nov 2010 16:36:32 +0000 (UTC) Received: from emmi.physik-pool.tu-berlin.de (localhost.physik-pool.tu-berlin.de [127.0.0.1]) by emmi.physik-pool.tu-berlin.de (8.14.4/8.14.4) with ESMTP id oACGaUXT088700; Fri, 12 Nov 2010 17:36:30 +0100 (CET) (envelope-from elon@emmi.physik-pool.tu-berlin.de) Received: (from elon@localhost) by emmi.physik-pool.tu-berlin.de (8.14.4/8.14.4/Submit) id oACGaUsk088699; Fri, 12 Nov 2010 17:36:30 +0100 (CET) (envelope-from elon) Date: Fri, 12 Nov 2010 17:36:30 +0100 From: Leon =?iso-8859-15?Q?Me=DFner?= To: freebsd-questions@freebsd.org Message-ID: <20101112163630.GB8921@emmi.physik-pool.tu-berlin.de> References: <20101110170053.GE95441@emmi.physik-pool.tu-berlin.de> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.5.20 (2009-06-14) Cc: Subject: Re: How do we like our base kerberos? Will it flee soon? 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: Fri, 12 Nov 2010 16:36:33 -0000 On Thu, Nov 11, 2010 at 04:22:57PM +0100, Joerg Pulz wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > > On Wed, 10 Nov 2010, Leon Meßner wrote: > > > Hi, > > > > What i didn't try: > > > > - Use the port. > > > please take a look at ports/152030 and the patches i mentioned in the PR. > > With applied ports/152030 and the world patch applied, you should be able > to build a world fully against the security/heimdal port by simply > specifying WITH_KERBEROS_PORT=1 in /etc/src.conf and HEIMDAL_HOME= > (normally /usr/local) in /etc/make.conf. > You should specify WITHOUT_KERBEROS=1 in /etc/src.conf to avoid mess and > confusion with two different heimdal version installed. > > Don't forget to install the security/heimdal port first. > > Comments are welcome. Did exactly as told and everything worked fine. Im currently in the process of rebuilding gssapi dependent software. Will tell if it fixed my issue. thanks, Leon