Re: [DOC PATCH] Re: What Perl configuration is required for mp2 on Win32?

2005-02-07 Thread Randy Kobes
On Mon, 7 Feb 2005, Steve Hay wrote: > Steve Hay wrote: > > >The mp2 docs detail what Perl configuration is required for various mp2 > >setups in Unixland > >(http://perl.apache.org/docs/2.0/user/install/install.html#Prerequisites), > >but there is no mentio

[DOC PATCH] Re: What Perl configuration is required for mp2 on Win32?

2005-02-07 Thread Steve Hay
Steve Hay wrote: >The mp2 docs detail what Perl configuration is required for various mp2 >setups in Unixland >(http://perl.apache.org/docs/2.0/user/install/install.html#Prerequisites), >but there is no mention of what is required on Win32. > >The Win32-specific notes >(h

Re: [PATCH] Re: What Perl configuration is required for mp2 on Win32?

2005-02-04 Thread Steve Hay
Stas Bekman wrote: >>OK, new patch attached. This compiles cleanly and fixes the perl-malloc >>issues for me. Hope it's OK for you too. >> >> > >Almost there. env needs to be **env. > Oops. Yes, of course. Thanks. - Steve >Here is the patch that I've committed: > >Index: src/modules/pe

Re: [PATCH] Re: What Perl configuration is required for mp2 on Win32?

2005-02-04 Thread Stas Bekman
OK, new patch attached. This compiles cleanly and fixes the perl-malloc issues for me. Hope it's OK for you too. Almost there. env needs to be **env. Here is the patch that I've committed: Index: src/modules/perl/mod_perl.c === ---

Re: [PATCH] Re: What Perl configuration is required for mp2 on Win32?

2005-02-04 Thread Steve Hay
Stas Bekman wrote: >Steve Hay wrote: > > > >>>Index: src/modules/perl/mod_perl.c >>>=== >>>--- src/modules/perl/mod_perl.c (revision 151089) >>>+++ src/modules/perl/mod_perl.c (working copy) >>>@@ -544,9 +544,9 @@ >>>{ >>>

Re: [PATCH] Re: What Perl configuration is required for mp2 on Win32?

2005-02-03 Thread Stas Bekman
Steve Hay wrote: Index: src/modules/perl/mod_perl.c === --- src/modules/perl/mod_perl.c (revision 151089) +++ src/modules/perl/mod_perl.c (working copy) @@ -544,9 +544,9 @@ { MP_TRACE_i(MP_FUNC, "mod_perl sys init\n"); -#if 0 /*XXX

Re: [PATCH] Re: What Perl configuration is required for mp2 on Win32?

2005-02-03 Thread Steve Hay
Stas Bekman wrote: >Steve Hay wrote: >[...] > > >>After further investigation, I've realised that actually Philippe's >>patch DOES fix the problem. >> >>[...] >>So could somebody please apply the attached patch. (This version >>updates PERL_SYS_INIT() to PERL_SYS_INIT3() as per perlembed, and

Re: [PATCH] Re: What Perl configuration is required for mp2 on Win32?

2005-02-02 Thread Stas Bekman
Steve Hay wrote: [...] After further investigation, I've realised that actually Philippe's patch DOES fix the problem. The reason that I didn't see it before was that in my original PERL_SYS_INIT() patch I was looking around for a place to put a corresponding PERL_SYS_TERM(), and had tried plac

Re: [PATCH] Re: What Perl configuration is required for mp2 on Win32?

2005-02-02 Thread Steve Hay
Steve Hay wrote: >Steve Hay wrote: > > > >>Philippe M. Chiasson wrote: >> >> >> >> >> >>>Steve Hay wrote: >>> >>> >>> >>> >>> >>> >>>Steve Hay wrote: >>> >>> >>> >>> >>> >>> >>> Therefore, I want to configure

Re: [PATCH] Re: What Perl configuration is required for mp2 on Win32?

2005-02-02 Thread Steve Hay
Steve Hay wrote: >Philippe M. Chiasson wrote: > > > >>Steve Hay wrote: >> >> >> >> >>Steve Hay wrote: >> >> >> >> >> >>>Therefore, I want to configure my Perl with MULTIPLICITY and >>>USE_ITHREADS, but not PERL_IMPLICIT_SYS. That way, I

Re: [PATCH] Re: What Perl configuration is required for mp2 on Win32?

2005-02-01 Thread Steve Hay
Philippe M. Chiasson wrote: >Steve Hay wrote: > > >Steve Hay wrote: > > > >>Therefore, I want to configure my Perl with MULTIPLICITY and >>USE_ITHREADS, but not PERL_IMPLICIT_SYS. That way, I can enable >>PERL_MALLOC. >> >>I've tried doing exactly

Re: [PATCH] Re: What Perl configuration is required for mp2 on Win32?

2005-01-31 Thread Philippe M. Chiasson
Steve Hay wrote: Stas Bekman wrote: Steve Hay wrote: Stas Bekman wrote: Steve Hay wrote: Therefore, I want to configure my Perl with MULTIPLICITY and USE_ITHREADS, but not PERL_IMPLICIT_SYS. That way, I can enable PERL_MALLOC. I've tried doing exactly this, but it doesn't seem to work. Perl (

[PATCH] Re: What Perl configuration is required for mp2 on Win32?

2005-01-31 Thread Steve Hay
Stas Bekman wrote: >Steve Hay wrote: > > >>Stas Bekman wrote: >> >> >> >> >>>Steve Hay wrote: >>> >>> >>> >>> >>> Therefore, I want to configure my Perl with MULTIPLICITY and USE_ITHREADS, but not PERL_IMPLICIT_SYS. That way, I can enable PERL_MALLOC. I've tried

Re: What Perl configuration is required for mp2 on Win32?

2005-01-31 Thread Randy Kobes
On Mon, 31 Jan 2005, Steve Hay wrote: > Stas Bekman wrote: > > >Steve Hay wrote: > > > > > >>Therefore, I want to configure my Perl with MULTIPLICITY and > >>USE_ITHREADS, but not PERL_IMPLICIT_SYS. That way, I can enable > >>PERL_MALLOC. > >> > >>I've tried doing exactly this, but it doesn't see

Re: What Perl configuration is required for mp2 on Win32?

2005-01-31 Thread Stas Bekman
Steve Hay wrote: Stas Bekman wrote: Steve Hay wrote: Therefore, I want to configure my Perl with MULTIPLICITY and USE_ITHREADS, but not PERL_IMPLICIT_SYS. That way, I can enable PERL_MALLOC. I've tried doing exactly this, but it doesn't seem to work. Perl (5.8.6) itself built and tested wit

Re: What Perl configuration is required for mp2 on Win32?

2005-01-31 Thread Steve Hay
Stas Bekman wrote: >Steve Hay wrote: > > >>Therefore, I want to configure my Perl with MULTIPLICITY and >>USE_ITHREADS, but not PERL_IMPLICIT_SYS. That way, I can enable >>PERL_MALLOC. >> >>I've tried doing exactly this, but it doesn't seem to work. Perl >>(5.8.6) itself built and tested wi

Re: What Perl configuration is required for mp2 on Win32?

2005-01-28 Thread Stas Bekman
Steve Hay wrote: The mp2 docs detail what Perl configuration is required for various mp2 setups in Unixland (http://perl.apache.org/docs/2.0/user/install/install.html#Prerequisites), but there is no mention of what is required on Win32. The Win32-specific notes (http://perl.apache.org/docs

What Perl configuration is required for mp2 on Win32?

2005-01-28 Thread Steve Hay
The mp2 docs detail what Perl configuration is required for various mp2 setups in Unixland (http://perl.apache.org/docs/2.0/user/install/install.html#Prerequisites), but there is no mention of what is required on Win32. The Win32-specific notes (http://perl.apache.org/docs/2.0/os/win32

Perl Configuration

2003-01-22 Thread Nikolaus Rath
Hello, When i want to define a multi argument configuration directive using perl, i have to use an array variable: @DirectoryIndex = ("foo", "bar"); But if this directive is used inside a section, i have to use an anonymous array: $Directory{"flup} = { DirectoryIndex => [ "foo", "bar" ] };