Where can I get mod_perl binary for Win32 for Apache 2.2.6?
am 15.10.2007 23:29:21 von nn
I run Apache 2.2.6 on WinXP and I would need the mod_perl module binary
for this version of Apache. Is it available anywhere?
(I read somewhere that there might be a compatibility problem of
mod_perl 2.0 and Apache 2.2.6. True? Anyway, on the web I only found
binaries for Apache 2.0.)
Thanks.
--nn
Re: Where can I get mod_perl binary for Win32 for Apache 2.2.6?
am 16.10.2007 00:05:40 von Ben Morrow
Quoth nn :
> I run Apache 2.2.6 on WinXP and I would need the mod_perl module binary
> for this version of Apache. Is it available anywhere?
From http://perl.apache.org/docs/2.0/os/win32/install.html:
| The direct way to install mod_perl via ppm is simply as [...]
|
| C:\> ppm install http://theoryx5.uwinnipeg.ca/ppms/mod_perl.ppd
|
| for Apache/2.2,
If you aren't using ActivePerl you can presumably build it yourself.
Ben
Re: Where can I get mod_perl binary for Win32 for Apache 2.2.6?
am 16.10.2007 00:41:54 von nn
On 10/15/2007 6:05 PM, Ben Morrow wrote:
> Quoth nn :
>> I run Apache 2.2.6 on WinXP and I would need the mod_perl module binary
>> for this version of Apache. Is it available anywhere?
>
> From http://perl.apache.org/docs/2.0/os/win32/install.html:
> | The direct way to install mod_perl via ppm is simply as [...]
> |
> | C:\> ppm install http://theoryx5.uwinnipeg.ca/ppms/mod_perl.ppd
> |
> | for Apache/2.2,
>
> If you aren't using ActivePerl you can presumably build it yourself.
>
> Ben
>
Ah, okay, got it. Thanks!
Re: Where can I get mod_perl binary for Win32 for Apache 2.2.6?
am 16.10.2007 08:25:30 von Mirco Wahab
nn wrote:
> (I read somewhere that there might be a compatibility problem of
> mod_perl 2.0 and Apache 2.2.6. True? Anyway, on the web I only found
> binaries for Apache 2.0.)
I heard this too and experienced this too.
After installing Apache 2.2.6 on a windows
box, it segfaulted on loading mod_perl.
My solution: from earlier experiences
with "upgrading Perl" behind the back
of an earlier Apache 2.2.4, I did the same
thing again: I removed the Perl completely
(including modules and all) from the machine
and reinstalled Activeperl build 822 again,
installed the modules and installed the
appropriate mod_perl (as Ben said: _only_ the
one that says "for 2.2" in it's description!).
The ppm visual installer has the habit of
throwing the Win32 mod_perl.so into a
subir "X:\Apache2\modules", where X: is
the drive of the local Perl installation.
If one creates this directory beforehand,
all installs smoothly. You may then copy the
resulting mod_perl.so into the real Apache2
modules directory.
Regards
M. Wahab