On 15 Feb 2015 16:37, "Michael Lackhoff" <mich...@lackhoff.de> wrote: > > Am 15.02.2015 um 17:15 schrieb Steve Hay: > > > I will put some new ones up at http://people.apache.org/~stevehay/ > > soon, by they'll be 64-bit only for now. > > Thanks! Though it might be difficult to get everything else I need in > 64bit, too. > > > If you want 32-bit then the easiest way is to build it yourself using > > a perl that you built yourself with the same compiler. > > Is there a recommended compiler? I use Strawberry perl, do you know > which compiler is used for that perl? As you say, it would be better to > use the same. And I would like to stick to it because there are so many > binaries of difficult modules already included. >
Unfortunately you'll need to use VC++ for now because mod_perl doesn't currently support gcc/dmake (which is what both StrawberryPerl and ActivePerl now use). I hope to fix that soon, though... > > You just need to get APXS from > > https://svn.apache.org/repos/asf/perl/apxs/trunk and run something > > like > > > > perl Configure.pl --with-apache2=C:\apache --with-apache-prog=httpd.exe > > do I also have to compile apache myself? Or just put the src under > c:\apache? > A prebuilt one, say from Apache Lounge, using the same VC++ should be ok, but I build Apache from source too just to rule out any possible compatibility problems. It's the binary installation, not the source tree, that you need in C:\apache in my example.