* Building from source

If you didn't download the source, but instead got the binary distribution, then you can skip this bit. 
If you have the source, however, you should first unzip it into your Apache install directory. Then, edit the makefile so that it fits your local setup. If you have Visual C++ 5, you'll need to add an include directive to the .c.obj rule, pointing to the include directory of the platform SDK. 

Also check the C runtime library settings. The default is to use the multithreaded dynamic library (/MD). If you compiled your apachecore.dll with another setting, you'll need to change this to be the same. 

Once the makefile is ok, all you should need to do is: 

nmake

and the module will be built. If you can't build the module, email me (my address is at the bottom of this page), and send a copy of the compiler's output. 


* Installing the binary

Once you have a binary, copy it into the modules directory where Apache is installed and add the following line to your httpd.conf, just after all the existing LoadModule directives: 

LoadModule ntlm_module modules/mod_ntlm.so
