From owner-freebsd-current@FreeBSD.ORG Mon Oct 17 09:42:59 2005 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A1C5616A41F; Mon, 17 Oct 2005 09:42:59 +0000 (GMT) (envelope-from b.candler@pobox.com) Received: from thorn.pobox.com (thorn.pobox.com [208.210.124.75]) by mx1.FreeBSD.org (Postfix) with ESMTP id 36EBC43D5D; Mon, 17 Oct 2005 09:42:58 +0000 (GMT) (envelope-from b.candler@pobox.com) Received: from thorn (localhost [127.0.0.1]) by thorn.pobox.com (Postfix) with ESMTP id 9FAEFDE; Mon, 17 Oct 2005 05:39:31 -0400 (EDT) Received: from mappit.local.linnet.org (212-74-113-67.static.dsl.as9105.com [212.74.113.67]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by thorn.sasl.smtp.pobox.com (Postfix) with ESMTP id 54BDC4977; Mon, 17 Oct 2005 05:39:29 -0400 (EDT) Received: from brian by mappit.local.linnet.org with local (Exim 4.54 (FreeBSD)) id 1ERRW9-0000Bd-2r; Mon, 17 Oct 2005 10:42:53 +0100 Date: Mon, 17 Oct 2005 10:42:53 +0100 From: Brian Candler To: Emanuel Strobl Message-ID: <20051017094253.GA699@uk.tiscali.com> References: <200510111932.50224@harrymail> <200510170955.23231@harrymail> <20051017091501.GA1499@uk.tiscali.com> <200510171134.46480@harrymail> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200510171134.46480@harrymail> User-Agent: Mutt/1.4.2.1i Cc: nectar@freebsd.org, freebsd-current@freebsd.org Subject: Re: nss_ldap segmentation fault with RC1 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, 17 Oct 2005 09:42:59 -0000 On Mon, Oct 17, 2005 at 11:34:35AM +0200, Emanuel Strobl wrote: > id: > #0 0x2819c976 in ber_sockbuf_ctrl () from /usr/local/lib/liblber-2.2.so.7 ... > #4 0x28151b4c in _nss_ldap_init () from /usr/local/lib/nss_ldap.so.1 Well, I don't know anything about nss_ldap, but I do know that stuff in /usr/local/lib isn't part of FreeBSD. You probably want to take this up with the software author from here. Looking at the port Makefile I see http://www.padl.com/OSS/nss_ldap.html If they don't provide any mailing list or support for the software you're using, well then you have the source code and you can go fix it yourself. Good luck :-) Regards, Brian.