On 15 February 2015 at 15:57, Michael Lackhoff <mich...@lackhoff.de> wrote:
> Hi,
>
> I have some/great problems installing a specific module under 5.16. The
> whole application which has this module as a dependency runs under mod_perl.
> The module installs (almost) fine under 5.20 but I could not find
> mod_perl windows binaries for 5.20 yet.
>
> Any idea where I can get mod_perl for 5.20 (preferably 32bit)? Or is
> there a guide somewhere how to build it myself (needed tool chain and
> commands)?
>

I will put some new ones up at http://people.apache.org/~stevehay/
soon, by they'll be 64-bit only for now.

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.

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

and then build mod_perl with something like

perl Makefile.PL MP_AP_PREFIX=C:\apache
nmake
nmake test
nmake install

Reply via email to