From owner-freebsd-current@FreeBSD.ORG Mon Apr 6 07:54:35 2009 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 538491065674 for ; Mon, 6 Apr 2009 07:54:35 +0000 (UTC) (envelope-from Hartmut.Brandt@dlr.de) Received: from smtp-1.dlr.de (smtp-1.dlr.de [195.37.61.185]) by mx1.freebsd.org (Postfix) with ESMTP id D7AF58FC2B for ; Mon, 6 Apr 2009 07:54:34 +0000 (UTC) (envelope-from Hartmut.Brandt@dlr.de) Received: from [129.247.12.19] ([129.247.12.19]) by smtp-1.dlr.de with Microsoft SMTPSVC(6.0.3790.1830); Mon, 6 Apr 2009 09:54:32 +0200 Message-ID: <49D9B539.9060700@dlr.de> Date: Mon, 06 Apr 2009 09:54:33 +0200 From: Hartmut Brandt Organization: German Aerospace Center User-Agent: Thunderbird 2.0.0.21 (Windows/20090302) MIME-Version: 1.0 To: Tom McLaughlin References: <49A69B74.1080201@sdf.lonestar.org> <49A97F2E.3030005@sdf.lonestar.org> <20090306213531.G60465@beagle.kn.op.dlr.de> <20090306211650.GD41617@deviant.kiev.zoral.com.ua> <20090306222433.GF41617@deviant.kiev.zoral.com.ua> <20090310114131.GD41617@deviant.kiev.zoral.com.ua> <70D16F57-F7E3-4CDA-BCD5-5D79B566510B@rabson.org> <49B69C36.3010307@sdf.lonestar.org> <49D92586.6030803@sdf.lonestar.org> In-Reply-To: <49D92586.6030803@sdf.lonestar.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 06 Apr 2009 07:54:32.0370 (UTC) FILETIME=[EBC06120:01C9B68C] Cc: Kostik Belousov , kazakov@gmail.com, current@freebsd.org Subject: Re: problem with nss_ldap X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Mon, 06 Apr 2009 07:54:36 -0000 Tom McLaughlin wrote: > Tom McLaughlin wrote, On 03/10/2009 12:58 PM: >> Doug Rabson wrote: >>> On 10 Mar 2009, at 11:41, Kostik Belousov wrote: >>> >>>> On Tue, Mar 10, 2009 at 10:38:51AM +0000, Doug Rabson wrote: >>>>> On 6 Mar 2009, at 22:24, Kostik Belousov wrote: >>>>> >>>>>> On Fri, Mar 06, 2009 at 05:00:49PM -0500, tmclaugh@sdf.lonestar.org >>>>>> wrote: >>>>>>>> On Fri, Mar 06, 2009 at 09:39:31PM +0100, Hartmut Brandt wrote: >>>>>>>>> Hi Tom, >>>>>>>>> >>>>>>>>> On Sat, 28 Feb 2009, Tom McLaughlin wrote: >>>>>>>>> >>>>>>>>> TM>Tom McLaughlin wrote: >>>>>>>>> TM>> Harti Brandt wrote: >>>>>>>>> TM>> > On Sun, 18 Jan 2009, Hartmut.Brandt@dlr.de wrote: > >> Okay, attached is a patch to nss_ldap. On -CURRENT I have changed the >> CONFIGURE_ARG to use "--enable-configurable-krb5-ccname-gssapi" >> instead of "--enable-configurable-krb5-ccname-env" which fixes Harti's >> initial problem with apps like cron failing. It will also make >> nss_ldap link against libgssapi and libgssapi_krb5. I still have one >> lingering issue though at least things work. >> >> [tom@freebsd-8-amd64 tom]$ getent passwd tom >> dlopen: /usr/lib/libgssapi_spnego.so.10: Undefined symbol >> "GSS_C_NT_HOSTBASED_SERVICE" >> tom:x:10001:10001:Tom McLaughlin:/home/tom:/bin/sh >> > > Hey, just curious if there's anything that can be done about the one > lingering issue I have above with: > > dlopen: /usr/lib/libgssapi_spnego.so.10: Undefined symbol > "GSS_C_NT_HOSTBASED_SERVICE" > > Got back from vacation and happen to go through my -CURRENT box's > mailbox and cron has flooded my inbox with emails because of this. Would > be nice to make this go away. :) Yes. I get this on every 'ls -l' and on 'vi' which is kind of annoying. But I have not enough GSSAPI-foo... harti