Author Login
Post Reply
To all of you Windows & mod_perl lovers that might be on this list but
not on win32-vanilla, this might be really interesting.
--
Mike
---------- Forwarded message ----------
From: kmx <kmx@(protected)>
Date: 2010/6/21
Subject: Strawberry perl + mod_perl (call for testers)
To: win32-vanilla@(protected)
To anyone who might be interested in mod_perl working with Strawberry Perl:
1/ On strawberry perl 5.12.x (32bit) run from command prompt:
perl -MPAR::Dist -e
install_par('http://strawberryperl.com/package/kmx/mod_perl/5.12_x86/mod_perl-2.0.4-MSWin32-x86-multi-thread-5.12.par')
perl -MPAR::Dist -e
install_par('http://strawberryperl.com/package/kmx/mod_perl/5.12_x86/libapreq2-2.12-MSWin32-x86-multi-thread-5.12.par')
All other necessary files (mod_perl.so, mod_apreq2.so, libapreq2.dll)
are available at
http://strawberryperl.com/package/kmx/mod_perl/5.12_x86/
For sample setup see
http://strawberryperl.com/package/kmx/mod_perl/README-512.TXT
2/ On strawberry perl 5.10.x (32bit) - run from command prompt:
perl -MPAR::Dist -e
install_par('http://strawberryperl.com/package/kmx/mod_perl/5.10_x86/mod_perl-2.0.4-MSWin32-x86-multi-thread-5.10.par')
perl -MPAR::Dist -e
install_par('http://strawberryperl.com/package/kmx/mod_perl/5.10_x86/libapreq2-2.12-MSWin32-x86-multi-thread-5.10.par')
All other necessary files (mod_perl.so, mod_apreq2.so, libapreq2.dll)
are available at
http://strawberryperl.com/package/kmx/mod_perl/5.10_x86/
Both should work with Apache-2.2 Win32 binaries either from
http://www.apache.org/dist/httpd/binaries/win32/ of from
http://www.apachelounge.com/download/
TESTERS WELCOME - if you are gonna test the above mentioned binaries
please send a feedback either to this list or even better post it to
the RT - http://rt.cpan.org/Public/Bug/Display.html?id=58512
--
kmx