After reinstallation of BerDB the problem got solved. But, now while doing make it come out with this messages.
ld: fatal: library -lwrap: not found
ld: fatal: File processing errors. No output written to slapd
collect2: ld returned 1 exit status
make[2]: *** [slapd] Error 1
make[2]: Leaving directory `/usr1/sri/m/openldap-2.0.7/servers/slapd'
make[1]: *** [all-common] Error 1
make[1]: Leaving directory `/usr1/sri/m/openldap-2.0.7/servers'
make: *** [all-common] Error 1
Do I need to get a new version of ld?
-----Original Message-----
From: Randy Kunkee [SMTP:randy@randallkunkee.com]
Sent: Friday, April 13, 2001 10:58 AM
To: Pierangelo Masarati
Cc: Srinivas_Arella@satyam.com; openldap-software@OpenLDAP.org
Subject: Re: Cannot compile with LDBM support
Pierangelo Masarati wrote:
> check config.status; you probably got some warning/error from the compiler
> that caused configure not to detect a valid db library.
>
> Pierangelo.
I think the problem is an attempt to configure 1.2.11 with other than
Sleepycat 2.7.7. It won't work with version 3.
Randy