Re: [EMAIL PROTECTED] Compiling module under Windows for Apache 2.2.4 with APXS.BAT/.PL

2007-10-04 Thread William A. Rowe, Jr.
-- Forwarded message -- Date: Wed, 3 Oct 2007 11:31:45 -0500 (CDT) From: Randy Kobes [EMAIL PROTECTED] To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] Compiling module under Windows for Apache 2.2.4 with APXS.BAT/.PL On Wed, 3 Oct 2007, William A. Rowe, Jr. wrote

Re: [EMAIL PROTECTED] Compiling module under Windows for Apache 2.2.4 with APXS.BAT/.PL

2007-10-04 Thread Mark A. Craig
for sure when he compares (I was confident and didn't make a copy). Mark Original Message Subject: Re: [EMAIL PROTECTED] Compiling module under Windows for Apache 2.2.4 with APXS.BAT/.PL From: William A. Rowe, Jr. [EMAIL PROTECTED] To: users@httpd.apache.org Date: Thursday

[EMAIL PROTECTED] Compiling module under Windows for Apache 2.2.4 with APXS.BAT/.PL

2007-10-03 Thread Mark A. Craig
I've been making futile efforts to compile a module, mod_httpbl.c, and not having any luck. I found and installed (or at least think I have) the contents of apxs_win32.zip, with which William/Bill Rowe seems to have had some involvement. However, when I try to follow the recommended

Re: [EMAIL PROTECTED] Compiling module under Windows for Apache 2.2.4 with APXS.BAT/.PL

2007-10-03 Thread William A. Rowe, Jr.
Mark A. Craig wrote: I've been making futile efforts to compile a module, mod_httpbl.c, and not having any luck. I found and installed (or at least think I have) the contents of apxs_win32.zip, with which William/Bill Rowe seems to have had some involvement. Thanks on that are to Randy Kobes

Re: [EMAIL PROTECTED] Compiling module under Windows for Apache 2.2.4 with APXS.BAT/.PL

2007-10-03 Thread Mark A. Craig
file? Oh... THERE it is! Gotta give this another try Mark Original Message Subject: Re: [EMAIL PROTECTED] Compiling module under Windows for Apache 2.2.4 with APXS.BAT/.PL From: William A. Rowe, Jr. [EMAIL PROTECTED] To: users@httpd.apache.org Date: Wednesday, October

Re: [EMAIL PROTECTED] Compiling module under Windows for Apache 2.2.4 with APXS.BAT/.PL

2007-10-03 Thread Mark A. Craig
Original Message Subject: Re: [EMAIL PROTECTED] Compiling module under Windows for Apache 2.2.4 with APXS.BAT/.PL From: Mark A. Craig [EMAIL PROTECTED] To: users@httpd.apache.org Date: Wednesday, October 03, 2007 12:52:12 PM I have the Visual Studio and C++ 2005 Express Edition that MS

Re: [EMAIL PROTECTED] Compiling module under Windows for Apache 2.2.4 with APXS.BAT/.PL

2007-10-03 Thread Dragon
Mark A. Craig wrote: Got a tiny bit further: C:\Program Files\Apache Software Foundation\Apache2.2\binvsvars32.bat Setting environment for using Microsoft Visual Studio 2005 x86 tools. C:\Program Files\Apache Software Foundation\Apache2.2\binapxs -c -i -a mod_httpbl.c cl /nologo /MD /W3

Re: [EMAIL PROTECTED] Compiling module under Windows for Apache 2.2.4 with APXS.BAT/.PL

2007-10-03 Thread William A. Rowe, Jr.
Dragon wrote: windows.h (and a whole bunch of other things you will need) are part of the Windows SDK which you can download from Microsoft's MSDN web site. And once installed, on TOP of vcvars32.bat, look for setenv.bat too! :)

Re: [EMAIL PROTECTED] Compiling module under Windows for Apache 2.2.4 with APXS.BAT/.PL

2007-10-03 Thread Mark A. Craig
cranking* Mark Original Message Subject: Re: [EMAIL PROTECTED] Compiling module under Windows for Apache 2.2.4 with APXS.BAT/.PL From: Dragon [EMAIL PROTECTED] To: users@httpd.apache.org Date: Wednesday, October 03, 2007 01:19:07 PM Mark A. Craig wrote: Got a tiny bit

Re: [EMAIL PROTECTED] Compiling module under Windows for Apache 2.2.4 with APXS.BAT/.PL

2007-10-03 Thread William A. Rowe, Jr.
Mark A. Craig wrote: You mean it doesn't come included with a WINDOWS-based compiler package from MICROSOFT? o_O And actually, in my case I'll apparently need the old-fashioned Platform SDK, because I'm compiling on Windows 2000 NO - you want the modern one that integrates into VS2005.

Re: [EMAIL PROTECTED] Compiling module under Windows for Apache 2.2.4 with APXS.BAT/.PL

2007-10-03 Thread Dragon
Mark A. Craig wrote: You mean it doesn't come included with a WINDOWS-based compiler package from MICROSOFT? o_O And actually, in my case I'll apparently need the old-fashioned Platform SDK, because I'm compiling on Windows 2000 *runs outside to the hand pump connected to his pipe to

Re: [EMAIL PROTECTED] Compiling module under Windows for Apache 2.2.4 with APXS.BAT/.PL

2007-10-03 Thread Mark A. Craig
I think you're right... I'm trying to install the Platform SDK right now, and apparently it's HUNG copying files. *runs back outside to the pump again* Original Message Subject: Re: [EMAIL PROTECTED] Compiling module under Windows for Apache 2.2.4 with APXS.BAT/.PL From

Re: [EMAIL PROTECTED] Compiling module under Windows for Apache 2.2.4 with APXS.BAT/.PL

2007-10-03 Thread Mark A. Craig
Original Message Subject: Re: [EMAIL PROTECTED] Compiling module under Windows for Apache 2.2.4 with APXS.BAT/.PL From: Mark A. Craig [EMAIL PROTECTED] To: users@httpd.apache.org Date: Wednesday, October 03, 2007 01:57:38 PM I think you're right... I'm trying to install the Platform SDK

Re: [EMAIL PROTECTED] Compiling module under Windows for Apache 2.2.4 with APXS.BAT/.PL

2007-10-03 Thread Mark A. Craig
Original Message Subject: Re: [EMAIL PROTECTED] Compiling module under Windows for Apache 2.2.4 with APXS.BAT/.PL From: Mark A. Craig [EMAIL PROTECTED] To: Mark A. Craig [EMAIL PROTECTED] Date: Wednesday, October 03, 2007 02:10:51 PM Downloaded the SDK for Vista and .NET 3.0 Runtime

Re: [EMAIL PROTECTED] Compiling module under Windows for Apache 2.2.4 with APXS.BAT/.PL

2007-10-03 Thread William A. Rowe, Jr.
Mark A. Craig wrote: C:\Program Files\Apache Software Foundation\Apache2.2\binapxs -c -i -a mod_httpbl.c cl /nologo /MD /W3 /O2 /D WIN32 /D _WINDOWS /D NDEBUG -IC:\PROGRA~1\APACHE~1\Apache2.2\include /c /Fomod_httpbl.lo mod_httpbl.c mod_httpbl.c mod_httpbl.c(360) : fatal error C1083:

Re: [EMAIL PROTECTED] Compiling module under Windows for Apache 2.2.4 with APXS.BAT/.PL

2007-10-03 Thread Mark A. Craig
-sourced and GPLed, so it could happen) I assume I actually have apr.h, since the compiler didn't complain about that? Mark Original Message Subject: Re: [EMAIL PROTECTED] Compiling module under Windows for Apache 2.2.4 with APXS.BAT/.PL From: William A. Rowe, Jr. [EMAIL

Re: [EMAIL PROTECTED] Compiling module under Windows for Apache 2.2.4 with APXS.BAT/.PL

2007-10-03 Thread William A. Rowe, Jr.
that? Mark Original Message Subject: Re: [EMAIL PROTECTED] Compiling module under Windows for Apache 2.2.4 with APXS.BAT/.PL From: William A. Rowe, Jr. [EMAIL PROTECTED] To: users@httpd.apache.org Date: Wednesday, October 03, 2007 03:41:57 PM Mark A. Craig wrote: C

Re: [EMAIL PROTECTED] Compiling module under Windows for Apache 2.2.4 with APXS.BAT/.PL

2007-10-03 Thread Mark A. Craig
is needed. Bill Original Message Subject: Re: [EMAIL PROTECTED] Compiling module under Windows for Apache 2.2.4 with APXS.BAT/.PL From: William A. Rowe, Jr. [EMAIL PROTECTED] To: users@httpd.apache.org Date: Wednesday, October 03, 2007 03:41:57 PM Mark A. Craig wrote: C

[EMAIL PROTECTED] Compiling module under Windows for Apache 2.2.4 with APXS.BAT/.PL

2007-10-02 Thread Mark A. Craig
I've been making futile efforts to compile a module, mod_httpbl.c, and not having any luck. I found and installed (or at least think I have) the contents of apxs_win32.zip, with which William/Bill Rowe seems to have had some involvement. However, when I try to follow the recommended