ucdata error while starting OpenLDAP on RH9 (build from source)
From: Michael Henke (google_at_aphex3k.de)
Date: 06/25/04
- Previous message: Lenard: "Re: USB port failed after installation"
- Next in thread: Tommy Reynolds: "Re: ucdata error while starting OpenLDAP on RH9 (build from source)"
- Reply: Tommy Reynolds: "Re: ucdata error while starting OpenLDAP on RH9 (build from source)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 25 Jun 2004 02:57:39 -0700
Hello,
Im using RH9 and want to start a LDAP server. I allready downloaded
and build OpenLDAP and BerkeleyDB. I cant run "make install" because i
am no root user.
OpenLDAP's "make test" seems to bring no error.
Now i start the server with:
# ./slapd -d 65535 -f ./slapd.conf -u li04495 -g dtlrmob -h
ldap://localhost:9000 -4
-d 65535 for most debug information
-f ./slapd.conf path to my config file
-u li04495 run deamon with my uid
-g dtlrmob run deamon with my gid
-h ldap://localhost:9000 listen to locqlhost on port 9000
-4 us IPv4 only
As far as this there should be no error, or do I have overseen
something?
After executing the command it tries to start the deamon. It loads the
schema-files and the it breaks with:
...
...
...
>>> dnNormalize: <cn=Subschema>
=> ldap_bv2dn(cn=Subschema,0)
<= ldap_bv2dn(cn=Subschema,0)=0
=> ldap_dn2bv(272)
<= ldap_dn2bv(cn=subschema,272)=0
<<< dnNormalize: <cn=subschema>
error loading ucdata (error -127)
slapd shutdown: freeing system resources.
slapd stopped.
connections_destroy: nothing to destroy.
I allready have a ucdata-path in my slapd.conf:
<snip>
ucdata-path ./libraries/liblunicode/ucdata
</snip>
But it seems like there is something still wrong with ucdata.
Any suggestion would be helpfull.
Thanks in Advance!
- Previous message: Lenard: "Re: USB port failed after installation"
- Next in thread: Tommy Reynolds: "Re: ucdata error while starting OpenLDAP on RH9 (build from source)"
- Reply: Tommy Reynolds: "Re: ucdata error while starting OpenLDAP on RH9 (build from source)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|