Randy Kobes wrote:
I'd like to try to get the patch Stas had for getting APR to
work w/o mod_perl adjusted for Win32. As a starting point, I
applied the original patch against the current cvs, and it
mostly applied cleanly, but required a couple of manual
changes - I put this at
   http://theoryx5.uwinnipeg.ca/apr-ext-1.patch
This builds and tests OK on my linux box, but it's very
possible I missed something ... I was wondering the best way
to proceed - apply (a possibly updated and/or corrected)
version of this patch, and work at fixing things for Win32
(and possibly other platforms) from there?

Please drop that part:

Index: Apache-Test/lib/Apache/TestRun.pm
===================================================================
RCS file: /home/cvs/httpd-test/perl-framework/Apache-Test/lib/Apache/TestRun.pm,v
retrieving revision 1.170
diff -u -r1.170 TestRun.pm
--- Apache-Test/lib/Apache/TestRun.pm   26 May 2004 02:14:36 -0000      1.170
+++ Apache-Test/lib/Apache/TestRun.pm   15 Jun 2004 05:31:42 -0000
@@ -656,7 +656,7 @@
     }
     close $sh;

- $original_command = "ulimit -c unlimited; $original_command";
+ $original_command = "ulimit -c unlimited; PERL_DL_NONLAZY=1 $original_command";


it's only needed for testing. Shouldn't be in the core (at least not now).

The rest is hard to tell as it's a big patch. Hopefully nothing was missed. So go ahead and apply it and we will take it from there. As I originally mentioned there were a few minor issues with my original patch, but they may remove themselves as you adjust it to work with win32.

Thanks Randy!

--
__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to