Re: mod_perl on win32

2009-08-26 Thread Randy Kobes
On Wed, Aug 26, 2009 at 12:40 PM, Michiel Beijen wrote: > Foo JH wrote: >> >> I'd suggest to get your mp2 up with the following stack: >> Apache22 Windows binary >> ActivePerl binary >> precompiled mod_perl2 + libapreq2 from the repo > > That would be the easy way, right ;-) > > The thing is, my pr

Re: mod_perl on win32

2009-08-26 Thread Michiel Beijen
Foo JH wrote: I'd suggest to get your mp2 up with the following stack: Apache22 Windows binary ActivePerl binary precompiled mod_perl2 + libapreq2 from the repo That would be the easy way, right ;-) The thing is, my project uses a software bundle which includes Apache and Strawberry for the Wi

Re: mod_perl on win32

2009-08-26 Thread Foo JH
I'd suggest to get your mp2 up with the following stack: Apache22 Windows binary ActivePerl binary precompiled mod_perl2 + libapreq2 from the repo Michiel Beijen wrote: Hi all, I'd like to know if it's possible to build mod_perl on Win32; I'd like to use mod_perl with StrawberryPerl. It seems t

Re: mod_perl on win32

2009-08-25 Thread Jean-Damien Durand
Jean-Damien Durand a écrit : Here is how I installed StrawberryPerl + mod_perl + apache2 on Windows (tested onVista): Ah yes of course you will need to add lines like LoadFile "C:\strawberry\perl\bin\perl510.dll" LoadModule perl_module modules/mod_perl.so LoadFile "C:\Program Files\Apache Soft

Re: mod_perl on win32

2009-08-25 Thread Jean-Damien Durand
Michiel Beijen a écrit : I'd like to know if it's possible to build mod_perl on Win32; I'd like to use mod_perl with StrawberryPerl. It seems to be that the only way that could be done is to compile Apache also with MinGW, and that's not possible because of limited support for Windows Shared Memo

RE: mod_perl on win32

2009-08-25 Thread Steve Hay
William A. Rowe, Jr. wrote on 2009-08-25: > Michiel Beijen wrote: >> I'd like to know if it's possible to build mod_perl on Win32; I'd like >> to use mod_perl with StrawberryPerl. It seems to be that the only way >> that could be done is to compile Apache also with MinGW, and that's not >> possibl

Re: mod_perl on win32

2009-08-25 Thread William A. Rowe, Jr.
Michiel Beijen wrote: > > I'd like to know if it's possible to build mod_perl on Win32; I'd like > to use mod_perl with StrawberryPerl. It seems to be that the only way > that could be done is to compile Apache also with MinGW, and that's not > possible because of limited support for Windows Share