Re: mod_log_sql
Edward Rudd <[email protected]> Tue, 8 Jun 2004 09:55:41 -0500
| Newsgroups | gmane.comp.apache.mod-log-sql |
|---|---|
| Message-ID | <[email protected]> |
Jason, > > Dear Mr Rudd, > Would it be at all possible to include instructions on how to complile this > module on win32? I have downloaded the latest version of mod_log_sql and I > have the free c++ compiler from microsoft but alas I am unable to compile > them using the "makefile.in" that comes with the zip. I get the following > error: > > makefile.in(30) : fatal error U1034: syntax error : separator missing > Stop. The makefile.in is only for unix like environments (cygwin, linux,solaris,mac osX) and is generated into a makefile by the "configure" script. For win32, you have to use the build_apache2.bat script to compile it.. To do this you need the free MS compiler, then you need to goto their SDK website and install their SDKs, then you need to install MySQL 4.0.18 from www.mysql.com, then update the paths in the batch file if you changed any of the default paths. Then run the MS command line shell link that was placed in the start menu. and then change into the directory where the mod_log_sql source is and run the build-apache20.bat and every thing should hopefully compile, and the .so files will be in the Release directory. Unfortunatly win32 compiling is not the easiest.. And due to Microsoft's license with the command line compiler I can not distribute binaries. > > If I have overlooked these instructions, I do apologise for this > inconvenience. > Thank you for your time, > Jason > Edward Rudd <[email protected]> Web Page <http://www.outoforder.cc/> _______________________________________________ Download the latest version at http://www.outoforder.cc/projects/apache/mod_log_sql/ To unsubscribe send an e-mail to mod_log_sql-unsubscribe-7qY7E20V6GW73k+5HYS8LQqVMODqnSLI@public.gmane.org