I'm trying to migrate a mod_perl application from Linux, where it works
beautifully, to a Windows 2008 virtual machine, where it ain't doing so
hot. Been trying to track down the problem for many a day. I'm stuck.
The application in question is a front-end for a WSDL service. I'm using
mod_per
dh...@ucar.edu
Software Engineer
UCAR - COSMIC, Tel. (303) 497-2611
On Fri, 24 Aug 2012, hack bear wrote:
That's exactly how I configure the mod_perl
perl Makefile.PL MP_APXS=/usr/sbin/apxs
The static one would require passing another option that I didn't even aware of.
OK, so it sounds
I'm confused. from Dayam Ivano's reply in this thread, he shows perl *and*
mod_perl builds dynalically linked to libperl.so.
> http://perl.apache.org/docs/2.0/user/install/install.html#Dynamic_mod_perl
That's exactly how I configure the mod_perl
perl Makefile.PL MP_APXS=/usr/sbin/apxs
The sta
Hi hack bear: When I speak of dynamic or static mod_perl builds, I mean
the apache and mod_perl part, not the perl part. All my apache/mod_perl
builds link perl in statically, using libperl.a.
The two different recipes are found here:
http://perl.apache.org/docs/2.0/user/install/install.html