problem moving mod_perl app from Linux to Windows

2012-08-24 Thread RS Tech
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

RE: mod_perl always segfault on thread creation

2012-08-24 Thread Doug Hunt
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

RE: mod_perl always segfault on thread creation

2012-08-24 Thread hack bear
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

RE: mod_perl always segfault on thread creation

2012-08-24 Thread Doug Hunt
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