Upon trying to run OpenLDAP on Windows after a non-eventful installation, I get the error that gssapi32.dll is missing. Reinstalling does nothing to alleviate the problem, nor does altering the install settings/backend.

link|improve this question
+1 from developer. Great question! Keep going! – WebMAOhist Aug 13 '10 at 17:01
feedback

1 Answer

up vote 1 down vote accepted

gssapi32.dll is part of MIT Kerberos for Windows.


You may need to add %ProgramFiles%\MIT\KfW\bin to the %PATH% variable, for OpenLDAP to find the libraries.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.