Re: [ANNOUNCE] mod_perl 2.0.0-RC5

2005-04-14 Thread Fred Moyer
Tom Schindl wrote: > Why doesn't it install if mp1 is installed? Now that we have a new > namespace that should not be a problem? What problem did you encounter? Can you post a sample of your attempted installation, or better yet a bug report as described here: http://perl.apache.org/docs/2.0/us

Re: [ANNOUNCE] mod_perl 2.0.0-RC5

2005-04-14 Thread Tom Schindl
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Why doesn't it install if mp1 is installed? Now that we have a new namespace that should not be a problem? Tom Geoffrey Young schrieb: | the mod_perl development team is pleased to announce the latest version of | mod_perl 2.0 - 2.0.0-RC5 - has been rel

[mp2] make test fails, core dumped (Slackware 10.1)

2005-04-14 Thread Eduard Rozenberg
=== Output of "make test" === t/TEST -bugreport -verbose=0 [warning] setting ulimit to allow core files ulimit -c unlimited; /usr/bin/perl5.8.6 /tmp/mod_perl-2.0.0-RC5/t/TEST -bugreport -verbose=0 [ info] consider removing an old /tmp/mod_perl-2.0.0-RC5/core file before

Re: samples of mod_perl 2.0-RC5 compliant modules

2005-04-14 Thread Geoffrey Young
Philip M. Gollucci wrote: > John D Groenveld wrote: > >> In message <[EMAIL PROTECTED]>, Geoffrey Young writes: >> >> >>> I've updated all of my mod_perl 2.0 CPAN modules so that they work >>> with the >>> latest mod_perl 2.0 release (RC5 aka 1.999_22) and Apache-Test 1.22. >>> here >>> >>

Re: samples of mod_perl 2.0-RC5 compliant modules

2005-04-14 Thread Philip M. Gollucci
For performance and consistancy, you'd be better off using use constant MP2 => |$ENV{MOD_PERL_API_VERSION}| == 2 ? 1 : 0; or just use the ENV directly HTH $ENV{MOD_PERL_API_VERSION} Sorry, no |'s I cut and pasted from the webpage. -- END

Re: samples of mod_perl 2.0-RC5 compliant modules

2005-04-14 Thread Philip M. Gollucci
John D Groenveld wrote: In message <[EMAIL PROTECTED]>, Geoffrey Young writes: I've updated all of my mod_perl 2.0 CPAN modules so that they work with the latest mod_perl 2.0 release (RC5 aka 1.999_22) and Apache-Test 1.22. here For those of us supporting Apache 1 and 2, is this right? pac

Re: data persistence problem with Class::DBI

2005-04-14 Thread Eric W. Bates
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Paul Johnson wrote: > On Thu, Apr 14, 2005 at 02:46:39PM -0400, Eric W. Bates wrote: > > >>We're using Class::DBI in a mod_perl context and all is working quite >>well. However, sometimes a CDBI object persists with old data after the >>record has

Re: samples of mod_perl 2.0-RC5 compliant modules

2005-04-14 Thread John D Groenveld
In message <[EMAIL PROTECTED]>, Geoffrey Young writes: >I've updated all of my mod_perl 2.0 CPAN modules so that they work with the >latest mod_perl 2.0 release (RC5 aka 1.999_22) and Apache-Test 1.22. here For those of us supporting Apache 1 and 2, is this right? package My::Apache::Foo; use c

Large SHARE-Values with Apache::SizeLimit under FreeBSD 5.3-STABLE

2005-04-14 Thread Holger Kipp
Hello, I am using mod_perl and try to limit the size of a few processes using Apache::SizeLimit under FreeBSD 5.3-STABLE. This works correctly with $Apache::SizeLimit::MAX_PROCESS_SIZE = 6; which will usually fire after about 2000 requests, but if I look at the message I get (debugging is

Re: data persistence problem with Class::DBI

2005-04-14 Thread Paul Johnson
On Thu, Apr 14, 2005 at 02:46:39PM -0400, Eric W. Bates wrote: > We're using Class::DBI in a mod_perl context and all is working quite > well. However, sometimes a CDBI object persists with old data after the > record has been updated. Hitting apache with a 'graceful' fixes it. > > We have separ

Re: data persistence problem with Class::DBI

2005-04-14 Thread Michael Peters
Eric W. Bates wrote: > I'm a list newbie; so I apologize if this question has been hashed > before and my google queries were simply badly written. > > We're using Class::DBI in a mod_perl context and all is working quite > well. However, sometimes a CDBI object persists with old data after the >

data persistence problem with Class::DBI

2005-04-14 Thread Eric W. Bates
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I'm a list newbie; so I apologize if this question has been hashed before and my google queries were simply badly written. We're using Class::DBI in a mod_perl context and all is working quite well. However, sometimes a CDBI object persists with old

warn statement fails in modperl 2 on windows

2005-04-14 Thread Anonymity
Hello, I've been dealing with an issue with warn statements under mod perl lately. The messages I try to warn out never make it to the log. I've also tried printing to STDERR and get the same result. We have multiple machines here with the same issue. Does anyone have a workaround? Thanks, Mike

Re: [ANNOUNCE] Apache-Test 1.22

2005-04-14 Thread Geoffrey Young
Stas Bekman wrote: > Geoffrey Young wrote: > >> we are pleased to announce the latest Apache-Test release, 1.22. >> >> the important change to note for this release is that mod_perl support is >> incompatible with mod_perl versions 1.999_21 and earlier. > > > by earlier Geoff meant 1.99_xx ..

Re: [ANNOUNCE] Apache-Test 1.22

2005-04-14 Thread Stas Bekman
Geoffrey Young wrote: we are pleased to announce the latest Apache-Test release, 1.22. the important change to note for this release is that mod_perl support is incompatible with mod_perl versions 1.999_21 and earlier. by earlier Geoff meant 1.99_xx .. 1.999_20 (the mp2-tobe versions). It doesn't

samples of mod_perl 2.0-RC5 compliant modules

2005-04-14 Thread Geoffrey Young
hi all :) I've updated all of my mod_perl 2.0 CPAN modules so that they work with the latest mod_perl 2.0 release (RC5 aka 1.999_22) and Apache-Test 1.22. here is a list if you want to look at them: Apache-AuthenHook-2.00_04 Apache-Clean-2.00_6 Apache-IncludeHook-2.00_05 Apache-SSLLookup

[ANNOUNCE] Apache-Test 1.22

2005-04-14 Thread Geoffrey Young
we are pleased to announce the latest Apache-Test release, 1.22. the important change to note for this release is that mod_perl support is incompatible with mod_perl versions 1.999_21 and earlier. in other words if you are a mod_perl user only upgrade to this release if you also plan to upgrade t

[ANNOUNCE] mod_perl 2.0.0-RC5

2005-04-14 Thread Geoffrey Young
the mod_perl development team is pleased to announce the latest version of mod_perl 2.0 - 2.0.0-RC5 - has been released. please note that this release contains substantial API changes, making it incompatible with all prior mod_perl 1.99 releases to date. in other words, you will need to modify AL