From: "Kurt D. Zeilenga" <Kurt@OpenLDAP.org>
To: "sridhar Kondoji" <srikondoji@hotmail.com>
CC: openldap-software@OpenLDAP.org
Subject: Re: config failure
Date: Sat, 25 May 2002 19:55:34 -0700
MIME-Version: 1.0
Received: from [204.152.186.51] by hotmail.com (3.2) with ESMTP id
MHotMailBEB99A5500C64136E816CC98BA330A380; Sat, 25 May 2002 19:58:32 -0700
Received: from localhost (majordomo@localhost)by galois.openldap.org
(8.10.0.Beta10/8.10.0.Beta10/OpenLDAP/Hub) with SMTP id g4Q2uo494326;Sun,
26 May 2002 02:56:50 GMT
Received: by OpenLDAP.org (bulk_mailer v1.12); Sun, 26 May 2002 02:55:40
+0000
Received: from pretender.boolean.net (root@router.boolean.net
[198.144.206.49])by galois.openldap.org
(8.10.0.Beta10/8.10.0.Beta10/OpenLDAP/Hub) with ESMTP id g4Q2tcU94197for
<openldap-software@OpenLDAP.org>; Sun, 26 May 2002 02:55:39 GMT
Received: from nomad.OpenLDAP.org (root@localhost [127.0.0.1])by
pretender.boolean.net (8.11.3/8.11.1/Boolean/Hub) with ESMTP id
g4Q2taC04621;Sun, 26 May 2002 02:55:36 GMT(envelope-from Kurt@OpenLDAP.org)
From owner-openldap-software@OpenLDAP.org Sat, 25 May 2002 20:00:15 -0700
Message-Id: <5.1.0.14.0.20020525195205.024dbed0@127.0.0.1>
X-Sender: kurt@127.0.0.1
X-Mailer: QUALCOMM Windows Eudora Version 5.1
In-Reply-To: <F31uTDDzyhXp33mrUuF0000b46a@hotmail.com>
Sender: owner-openldap-software@OpenLDAP.org
Priority: non-urgent
X-Loop: OpenLDAP
Precedence: bulk
Comment: openldap-software mailing list <http://www.OpenLDAP.org/lists/>
List-Archive: <http://www.OpenLDAP.org/lists/openldap-software/>
List-Help: <mailto:openldap-software-request@OpenLDAP.org?body=help>
List-Unsubscribe:
<mailto:openldap-software-request@OpenLDAP.org?body=unsubscribe>
At 12:45 PM 2002-05-24, sridhar Kondoji wrote:
>Hi all i asked this question earlier but ......
>configure is not able to locate ssl and ldbm.
>How and where should i mention these locations to configure.
>Right now my ssl is in folder /mascoma2/install/ssl_instal
> (bin,include,lib,ssl)
>ldbm is in /mascoma2/install/Bdb_install (bin,docs,include,lib)
Adjust your environment... something like:
env CPPFLAGS="-I/mascoma2/install/ssl_instal/include \
-I/mascoma2/install/Bdb_install/include" \
LDFLAGS="-L/mascoma2/install/ssl_instal/lib \
-I/mascoma2/install/Bdb_install/lib" \
./configure ...
>iam trying to install ldap server in location
> /mascoma2/install/ldap_install
Add --prefix=/mascoma2/install/ldap_install