[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

RE: error while installing openldap

From: Manoj Kumar <Manoj.Kumar_at_s1.com>
Date: Thu, 26 Jun 2008 21:22:49 +0530

Hi Hari ,

 

Thanks for your response. BTW, I have resolved the issue.

 

Solution is as follows :

 

To work around the compile error, I have changed:
 
   #if DB_VERSION_FULL >= 0x04060012
 
...to...
 
   #if 0 && DB_VERSION_FULL >= 0x04060012

 

 

________________________________

From: Hari Kodungallur [mailto:hkodungallur_at_gmail.com]
Sent: Thursday, June 26, 2008 9:21 PM
To: Manoj Kumar
Cc: users_at_subversion.tigris.org
Subject: Re: error while installing openldap

 

 

On Thu, Jun 26, 2008 at 7:53 AM, Manoj Kumar <Manoj.Kumar_at_s1.com> wrote:

Hi guys ,

 

I am trying to install openldap on linux Suse 10.0 .

 

I am getting the following error when I run "make" . Does anybody have any clue ?

 

 

  cd back-bdb; make -w all

make[3]: Entering directory `/root/softwares/ldap/openldap-2.4.10/servers/slapd/back-bdb'

rm -f version.c

../../../build/mkversion -v "2.4.10" back_bdb > version.c

/bin/sh ../../..//libtool --tag=disable-shared --mode=compile gcc -g -O2 -I../../../include -I../../../include -I.. -I./.. -c init.c

 gcc -g -O2 -I../../../include -I../../../include -I.. -I./.. -c init.c -o init.o

init.c: In function âbdb_db_openâ:

init.c:509: error: âDB_ENVâ has no member named âlk_handleâ

init.c: In function âbdb_back_initializeâ:

init.c:752: warning: passing argument 1 of âdb_env_set_func_yieldâ from incompatible pointer type

make[3]: *** [init.lo] Error 1

make[3]: Leaving directory `/root/softwares/ldap/openldap-2.4.10/servers/slapd/back-bdb'

make[2]: *** [.backend] Error 1

make[2]: Leaving directory `/root/softwares/ldap/openldap-2.4.10/servers/slapd'

make[1]: *** [all-common] Error 1

make[1]: Leaving directory `/root/softwares/ldap/openldap-2.4.10/servers'

make: *** [all-common] Error 1

I am sure openldap mailing list will be able to help you out quickly with this.

Thanks,
-Hari
Received on 2008-06-26 20:16:08 CEST

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.