From owner-freebsd-questions Tue Mar 11 8:51:36 2003 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 0F7A537B401 for ; Tue, 11 Mar 2003 08:51:35 -0800 (PST) Received: from ns1.limegroup.com (ip64-48-93-2.z93-48-64.customer.algx.net [64.48.93.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id D38B943FCB for ; Tue, 11 Mar 2003 08:51:33 -0800 (PST) (envelope-from ionut@badula.org) Received: from console.limebrokerage.com (console.limebrokerage.com [10.2.20.200]) by ns1.limegroup.com (8.12.8/8.12.8) with ESMTP id h2BGot0n008990; Tue, 11 Mar 2003 11:50:55 -0500 Received: from guppy.limebrokerage.com (guppy.limebrokerage.com [10.2.20.43]) by console.limebrokerage.com (8.12.8/8.12.8) with ESMTP id h2BGotoA026988; Tue, 11 Mar 2003 11:50:55 -0500 Received: from guppy.limebrokerage.com (localhost. [127.0.0.1]) by guppy.limebrokerage.com (8.12.8/8.12.8) with ESMTP id h2BGot06017907; Tue, 11 Mar 2003 11:50:55 -0500 Received: from localhost (ion@localhost) by guppy.limebrokerage.com (8.12.8/8.12.8/Submit) with ESMTP id h2BGos5Y017903; Tue, 11 Mar 2003 11:50:55 -0500 X-Authentication-Warning: guppy.limebrokerage.com: ion owned process doing -bs Date: Tue, 11 Mar 2003 11:50:54 -0500 (EST) From: Ion Badulescu X-X-Sender: ion@guppy.limebrokerage.com To: Heinrich Rebehn Cc: freebsd-questions@freebsd.org, Subject: Re: which lib contains "ber_malloc" ? In-Reply-To: <3E6DE560.1050504@ant.uni-bremen.de> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG [why the bcc to amd-dev? it's a legitimate question, no reason to hide...] On Tue, 11 Mar 2003, Heinrich Rebehn wrote: > can anyone tell me which library contains the symbol "ber_malloc"? I am trying > to compile am-utils with ldap support and the configure script throws an error: > > /usr/local/lib/libldap.so: undefined reference to `ber_memalloc' That would be liblber.so -- but even that only has ber_alloc, not ber_malloc, on my systems. It comes from openldap. We should probably test-compile (and maybe even run) a ldap program as part of the configure before deciding that ldap support is functional... Ion -- It is better to keep your mouth shut and be thought a fool, than to open it and remove all doubt. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message