[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
help me
hi,
I downloaded the open ldap s/w version 2.2.17 ,
for that I am using berkeley db version 4.1.25.
I configured db and installed ber-db successfully.
while configuring ldap it gave me error (specifically
about incompatible db version error ).
so that I gave command asfollows
$: en CPPFLAGS="-I/usr/local/BerkeleyDB.4.1/inlcude"
LDFLAGS="-L/usr/local/BerkeleyDB.4.1/lib" ./configure
--prefix=/usr/local/openldap
I am able to configure ldap successfully. And
compiled and installed too.
I updated "slapd.conf" file at the end as follows
###############################################
# ldb database definitions
###############################################
database bdb
suffix "dc=melonfire,dc=com"
rootdn "cn=root, dc=melofire,dc=com"
At the beginning I added two lines
# include
/usr/local/openldap/etc/openldap/schema/cosine.schema
# include
/usrlocal/openldap/schema/inetorgperson.schema
But the thing is when I am tried to execute
slapd by path /usr/local/openldap/libexec/slapd
it is going to exit immediately without any indication
or fault.
So please give me suggestion to overcome this problem.
it's very urgent.
__________________________________
Do you Yahoo!?
The New Yahoo! Search - Faster. Easier. Bingo.
http://search.yahoo.com
- Follow-Ups:
- Re: help me
- From: Cécile Leyman <cecile.leyman@gfi.be>
- Re: help me
- From: Christian Jung <Christian.Jung@wanadoo.fr>