From owner-freebsd-questions@FreeBSD.ORG Fri Jan 28 19:17:42 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7332516A4CE for ; Fri, 28 Jan 2005 19:17:42 +0000 (GMT) Received: from chen.org.nz (chen.org.nz [210.54.19.51]) by mx1.FreeBSD.org (Postfix) with ESMTP id F20DA43D31 for ; Fri, 28 Jan 2005 19:17:41 +0000 (GMT) (envelope-from jonc@chen.org.nz) Received: by chen.org.nz (Postfix, from userid 1000) id 0B68C56477; Sat, 29 Jan 2005 08:17:40 +1300 (NZDT) Date: Sat, 29 Jan 2005 08:17:40 +1300 From: Jonathan Chen To: K?vesd?n G?bor Message-ID: <20050128191740.GF3449@osiris.chen.org.nz> References: <20050128125922.ZFIZ12503.viefep16-int.chello.at@hyperduron> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050128125922.ZFIZ12503.viefep16-int.chello.at@hyperduron> User-Agent: Mutt/1.4.2.1i cc: freebsd-questions@freebsd.org Subject: Re: OpenLDAP doesn't start X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Jan 2005 19:17:42 -0000 On Fri, Jan 28, 2005 at 01:59:33PM +0100, K?vesd?n G?bor wrote: > Hello, > > when I try to start the slapd daemon, it fails with this error message: > > /libexec/ld-elf.so.1: /usr/local/libexec/slapd: Undefined symbol > "ldap_pvt_sasl_mutex_new" What's happened here is that prior to you installing OpenLDAP+SASL, you installed a port which used LDAP and brought in a dependancy on OpenLDAP *without* SASL (eg: KDE). The thing to do now is to rebuild all ports which depend on LDAP so that it now depends on OpenLDAP+SASL. Cheers. -- Jonathan Chen ---------------------------------------------------------------------- If you're right 90% of the time, why quibble about the remaining 3%?