|
From: Mark A. C. <mar...@gm...> - 2007-07-07 04:58:13
|
Dave:
From what I can tell, I don't think I can nor want to mess with
mod_perl right now (but mod_php might actually be useful). I just
installed Visual C++ 2005 Express, which I had idling around, and tried
to compile mod_httpbl, but I'm missing some thing(s):
fatal error C1083: Cannot open include file: 'unixd.h': No such file or
directory
which is referenced here:
// from IPC example module
#if !defined(OS2) && !defined(WIN32) && !defined(BEOS) &&
!defined(NETWARE)
#include "unixd.h"
#define MOD_EXIPC_SET_MUTEX_PERMS // XXX Apache should define
something
#endif
I added
#define WIN32 1
above this and recompiled, but as I suspected it barfed on the very next
include, apr.h.
Yeah, I think somebody might have to package together the extras we poor
Windows cretins will need to actually get through a compilation. :-)
Mark
>
> David Wortham wrote:Mark,
> It's come to my attention that the Windows Apache install doesn't
> come with APXS. It seems the only way to compile a module for Windows
> is via Cygwin/mod_perl or using VIsual C++.
>
> Eric L (who is the moderator of this SourceForge Project and this
> mailing list) is looking into options for us to better support the
> Windows folks.
>
> Dave
>
>
> On 7/6/07, *Mark A. Craig* <mar...@gm...
> <mailto:mar...@gm...>> wrote:
>
> Dave:
>
> I don't see it in the /bin/ directory, either. I grabbed my
> install directly from the Apache Foundation site, no mucking
> around with third parties. I was more thorough this time, and did
> a search of the entire tree for aspx*.*, and came up empty. I
> will pose the question in the Apache User listserv. This is
> supposed to be an EXE, right?
>
> Mark
>
>> -------- Original Message --------
>> Subject: Re:[Httpbl-beta] Missing /apsx/ directory
>> From: David Wortham <djw...@gm...>
>> <mailto:djw...@gm...>
>> To: mod_httpbl Beta Testers <htt...@li...>
>> <mailto:htt...@li...>
>> Date: Friday, July 06, 2007 11:37:02 AM
>>
>> Mark,
>> I don't remember offhand if there is an APXS directory. The
>> important thing is to have an APXS binary file in the /bin/
>> directory.
>>
>> I believe APXS comes with the standard Windows MSI installer from
>> http://httpd.apache.org/
>>
>> I could be completely wrong... it's been a while since I've
>> installed Apache on a Windows machine.
>>
>> How did you get the installer? Was it from that website or some
>> other way (packaged with some other software, etc.)?
>>
>> Dave
>>
>>
>>
>>
>> On 7/6/07, *Mark A. Craig* <mar...@gm...
>> <mailto:mar...@gm...>> wrote:
>>
>> My Windows install of Apache 2.24 doesn't seem to have the
>> necessary
>> /apsx/ directory. Is this because a port of this module
>> compiler to
>> Windows is absent, or because I omitted components during the
>> install of
>> Apache?
>>
>> Mark
>>
>
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by DB2 Express
> Download DB2 Express C - the FREE version of DB2 express and take
> control of your XML. No limits. Just data. Click to get it now.
> http://sourceforge.net/powerbar/db2/
> _______________________________________________
> Httpbl-beta mailing list
> Htt...@li...
> <mailto:Htt...@li...>
> https://lists.sourceforge.net/lists/listinfo/httpbl-beta
>
>
> ------------------------------------------------------------------------
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by DB2 Express
> Download DB2 Express C - the FREE version of DB2 express and take
> control of your XML. No limits. Just data. Click to get it now.
> http://sourceforge.net/powerbar/db2/
> ------------------------------------------------------------------------
>
> _______________________________________________
> Httpbl-beta mailing list
> Htt...@li...
> https://lists.sourceforge.net/lists/listinfo/httpbl-beta
>
>
> --------end quoting--------
>
|