Using Windows 2000 Server, Apache 1.3.31, mod_spnego 0.0.6
I've been trying to get mod_spnego going for two days now... all that software to compile!
I finally have it, the little mod_spnego.so file, in my apache1.3 modules folder. I've put msvcr71d.dll, ssleay32.dll and libeay32.dll in the system32 folder.
When attempting to start apache, it dumps into the command window:
mod_spnego: entering DllMain for DLL_PROCESS_ATTACH
mod_spnego: entering createServerConfig
mod_spnego: entering createDirConfig for NULL
mod_spnego: entering createDirConfig for c:/secure
mod_spnego: setKrb5KeyTabFile krb5KeyTabFile=\winnt\krb5kt
mod_spnego: setKrb5ServiceName krb5ServiceName=HTTP
The Apache service is starting.
Failed to start the Apache service.
mod_spnego: entering DllMain for DLL_PROCESS_DETACH
Note the errors or messages above, and press the <ESC> key to exit. 27...
Counts down to zero and then quits. Nothing new in error.log.
I'm at a loss. What can I try next?
Not sure if the krb5kt file was generated "correctly". There weren't exactly any hints in the readme, just go generate one.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Using Windows 2000 Server, Apache 1.3.31, mod_spnego 0.0.6
I've been trying to get mod_spnego going for two days now... all that software to compile!
I finally have it, the little mod_spnego.so file, in my apache1.3 modules folder. I've put msvcr71d.dll, ssleay32.dll and libeay32.dll in the system32 folder.
When attempting to start apache, it dumps into the command window:
mod_spnego: entering DllMain for DLL_PROCESS_ATTACH
mod_spnego: entering createServerConfig
mod_spnego: entering createDirConfig for NULL
mod_spnego: entering createDirConfig for c:/secure
mod_spnego: setKrb5KeyTabFile krb5KeyTabFile=\winnt\krb5kt
mod_spnego: setKrb5ServiceName krb5ServiceName=HTTP
The Apache service is starting.
Failed to start the Apache service.
mod_spnego: entering DllMain for DLL_PROCESS_DETACH
Note the errors or messages above, and press the <ESC> key to exit. 27...
Counts down to zero and then quits. Nothing new in error.log.
I'm at a loss. What can I try next?
Not sure if the krb5kt file was generated "correctly". There weren't exactly any hints in the readme, just go generate one.
skel,
Sorry for the delay in replying. Have you tried debugging mod_spnego on Windows as per the instructions in section 5.1 of mod_spnego/readme.txt?
Frank