Please make sure all libraries (OpenSSL, Heimdal/MIT) are in PATH (i.e. available to Apache). I had the same issue today: no Apache log entries, no system log ones also - just error. I copied the DLLs to one directory, added it to PATH and Apache started (Apache 2.0.59, WinXP SP2, all compiled using VS 2005)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I need little help.
After obtaining all the required parts, I succeded in compiling mod_spnego and got mod_spnego.so file.
The problem is that Apache can not load it.
Reports error: the specified module could
not be found!
I have placed mod_spnego.so where all others modules are and added LoadModule statement in httpd.conf.
System info: pache is 2.0.55, Windows 2003, mod_spnego is compiled with Visual Studio 2003.
Any ideas?
Thanks,
Nemanja.
Hi, Nemanja
Please make sure all libraries (OpenSSL, Heimdal/MIT) are in PATH (i.e. available to Apache). I had the same issue today: no Apache log entries, no system log ones also - just error. I copied the DLLs to one directory, added it to PATH and Apache started (Apache 2.0.59, WinXP SP2, all compiled using VS 2005)