BUILDING mod_auth_mysql for Win32 ================================= Assume you are using Visual Studio 6.0 (should be similar for Visual Studio.net/2003/2005): 1. Download Apache2 2.0.55 win32 source file from one of the apache mirror, for example: http://www.apache.org/dist/httpd/httpd-2.0.55-win32-src.zip * You should avoid using the main site, select from a mirror from http://httpd.apache.org 2. Extract the Apache2 2.0.55 win32 source file to a location you like (for example C:\) 3. Copy httpd-2.0.55 directory in this zip file to the location you extracted Apache2 (ie. C:\) 4. Since MySQL5 is no longer compiled with VS6.0, you need to build mysql win32 from source also: http://dev.mysql.com/get/Downloads/MySQL-5.0/mysql-5.0.15-win-src.zip/from/pick 5. Extract MySQL source and Build All 6. Open Apache dsw and add mod_auth_mysql Project 7. Specify the mysql include and lib locations in your Visual Studio environment 8. Build mod_auth_mysql.so Enjoy! CONFIGURING mod_auth_mysql for Win32 ==================================== Please read CONFIGURE.txt for more information