[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: 2.1.8 doesn't work on windows 2000
Well, so apparently it's not just the directory - i also
have to build those *.dat files. Figured that out, used
ucgendat and the MUTTUcdata.txt which comes with
the distro. Built all the *.dat files, placed them in the
directory and pointed to that directory using ucdata-path.
Alas, still get:
--------------------------------------------------------
C:\work\vc\OPENLD~1.8\Release>slapd -d 2
starting slapd...
bdb_open: Sleepycat Software: Berkeley DB 4.1.24: (September 13, 2002)
error loading ucdata (error -127)
slapd stopped.
connections_destroy: nothing to destroy.
--------------------------------------------------------
More ideas?
--Ugen
Pierangelo Masarati wrote:
I've met this problem before. Slapd cannot find ucdata
directory. You need to re-configure the code with
prefix option.
Actually, you don't need to reconfigure and reinstall;
there is a "ucdata-path <DIR>" directive documented
in slapd.conf(5); I guess it should work also in W2K.