On Sun, 6 Jan 2002, Sebastian Bergmann wrote:
> Randy Kobes wrote:
> > Great ... If you're trying next 'nmake test', you may find
>
> Haven't tried 'nmake test' yet, but: Apache.exe crashes on shutdown
> when mod_perl is loaded.
Yes, that happened before with an earlier modperl-1.3?; it was
On Sun, 6 Jan 2002, Sebastian Bergmann wrote:
> I can't build a debug version of mod_perl by setting MP_DEBUG=1 when I
> run Makefile.pl, the compiler barks out with unknown compiler flags. So,
> no stacktrace.
i have perl on win32 built with debugging, so modperl inherits the debug
flags
On Mon, 7 Jan 2002, Stas Bekman wrote:
> That's from the gnu make manpages. What's the syntax that works in all
> makefiles?
there isn't a conditional syntax that works in all makefiles.
-
To unsubscribe, e-mail: [EMAIL PRO
Doug MacEachern wrote:
> On Mon, 31 Dec 2001, Stas Bekman wrote:
>
>
>>+ifeq ($(TEST_VERBOSE), 1)
>>
>
> pretty sure that (ifeq) is a gmake-ism that won't work with vanilla make
> (like the standard ones on solaris, hpux, etc.)
That's from the gnu make manpages. What's the syntax that works
On Mon, 31 Dec 2001, Stas Bekman wrote:
> should this be:
>
> SV *:CLASS, pool, type=0, mech=APR_LOCK_DEFAULT, scope=1,
> fname="lock.file" | new
>
+1
-
To unsubscribe, e-mai
On Mon, 31 Dec 2001, Stas Bekman wrote:
> +ifeq ($(TEST_VERBOSE), 1)
pretty sure that (ifeq) is a gmake-ism that won't work with vanilla make
(like the standard ones on solaris, hpux, etc.)
maybe just make the t/TEST opts parser support TEST_VERBOSE=1 and the
like?
Currently MP_COMPAT_1X=1 is by default and isn't configurable.
Do you think it's better to have it On by default and not the other
way around? When people transit to 2.0 it's a good moment to adjust
their configs for the new syntax, unless back-compatibility is needed.
Companies usually plan tim
Randy Kobes wrote:
> Great ... If you're trying next 'nmake test', you may find
Haven't tried 'nmake test' yet, but: Apache.exe crashes on shutdown
when mod_perl is loaded.
Reminds me: What changes do I have to make to httpd.conf, besides the
obvious
LoadModule perl_module modules/l