Re: [RELEASE CANDIDATE] mod_perl 2.0-RC5

2005-04-12 Thread Philippe M. Chiasson
Geoffrey Young wrote: the mod_perl development team is pleased to announce that we have a new candidate for mod_perl 2.0, ready and waiting for testers. [...] Looks like things are borked on OS X ;-( Darwin (OS X): Static: bus error on startup (will investigate) Dynamic: worker prefork:

[RELEASE CANDIDATE] mod_perl 2.0-RC5

2005-04-11 Thread Geoffrey Young
the mod_perl development team is pleased to announce that we have a new candidate for mod_perl 2.0, ready and waiting for testers. this release, mod_perl 1.999_22, is a _very_ significant release as it contains major API changes and is completely incompatible with any prior release of mod_perl

RE: [RELEASE CANDIDATE] mod_perl 2.0-RC5

2005-04-11 Thread Adam Prime x443
through the perl lib directories and manually delete stuff? Adam -Original Message- From: Geoffrey Young [mailto:[EMAIL PROTECTED] Sent: Monday, April 11, 2005 10:06 AM To: dev@perl.apache.org; modperl@perl.apache.org Subject: [RELEASE CANDIDATE] mod_perl 2.0-RC5 the mod_perl development

Re: [RELEASE CANDIDATE] mod_perl 2.0-RC5

2005-04-11 Thread Stas Bekman
Adam Prime x443 wrote: Assuming i was upgrading a machine running RC4 to RC5, what is the easiest way to remove RC4 so RC5 will install? make uninstall in the old build directory says it's depreciated (looking at the makefile), but offers no automated alternative? Will it do the job or do I

Re: [RELEASE CANDIDATE] mod_perl 2.0-RC5

2005-04-11 Thread Stas Bekman
Stas Bekman wrote: Adam Prime x443 wrote: Assuming i was upgrading a machine running RC4 to RC5, what is the easiest way to remove RC4 so RC5 will install? make uninstall in the old build directory says it's depreciated (looking at the makefile), but offers no automated alternative? Will it do

Re: [RELEASE CANDIDATE] mod_perl 2.0-RC5

2005-04-11 Thread Jonathan Vanasco
On Apr 11, 2005, at 10:05 AM, Geoffrey Young wrote: *** YOU WILL NEED TO MODIFY ALL YOUR CODE AFTER UPGRADING *** Is there going to be another one of these for mod_perl under Apache2.1 ?

Re: [RELEASE CANDIDATE] mod_perl 2.0-RC5

2005-04-11 Thread Geoffrey Young
Jonathan Vanasco wrote: On Apr 11, 2005, at 10:05 AM, Geoffrey Young wrote: *** YOU WILL NEED TO MODIFY ALL YOUR CODE AFTER UPGRADING *** Is there going to be another one of these for mod_perl under Apache2.1 ? not likely, but don't confuse the issue - really, the code migration

Re: [RELEASE CANDIDATE] mod_perl 2.0-RC5

2005-04-11 Thread Philip M. Gollucci
Jonathan Vanasco wrote: On Apr 11, 2005, at 10:05 AM, Geoffrey Young wrote: *** YOU WILL NEED TO MODIFY ALL YOUR CODE AFTER UPGRADING *** Is there going to be another one of these for mod_perl under Apache2.1 ? I don't think so... The most radically different thing is the auth modules and that

Re: [RELEASE CANDIDATE] mod_perl 2.0-RC5

2005-04-11 Thread Philip M. Gollucci
2.1 without issue, and I think there are several over on dev@ that are doing That'd be me... I'm using 2.1.5-dev w/ mp2

Re: [RELEASE CANDIDATE] mod_perl 2.0-RC5 {OK on OSX 10.3.8 w/ Apache 2.1.5-dev}

2005-04-11 Thread OpenMacNews
hi all, -- On April 11, 2005 1:44:12 PM -0400 Philip M. Gollucci [EMAIL PROTECTED] wrote: 2.1 without issue, and I think there are several over on dev@ that are doing That'd be me... I'm using 2.1.5-dev w/ mp2 fwiw, today's HEAD looks OK on my OSX 10.3.8 dev-box ... Server Version:

Re: [RELEASE CANDIDATE] mod_perl 2.0-RC5

2005-04-11 Thread Torsten Foertsch
On Monday 11 April 2005 16:05, Geoffrey Young wrote:   http://perl.apache.org/docs/2.0/rename.html Does that mean that new modules working only with MP2 should better be named Apache2::...? I think, yes. Torsten pgpTsR65rJ130.pgp Description: PGP signature

Re: [RELEASE CANDIDATE] mod_perl 2.0-RC5

2005-04-11 Thread jonathan vanasco
On Apr 11, 2005, at 12:34 PM, Stas Bekman wrote: find /usr/lib/perl5 | grep Apache2 | xargs rm -rf find /usr/lib/perl5 -name 'Apache2' -exec rm -rf {} \; adjust /usr/lib/perl5 to point to the root of your perl lib. be careful though when you do 'rm -rf' :) if anyone gets paranoid, you can always

Re: [RELEASE CANDIDATE] mod_perl 2.0-RC5

2005-04-11 Thread Philip M. Gollucci
jonathan vanasco wrote: does anyone know if libaprq needs to be rebuilt? or will it work ? No it will not. You'll need to for the time being check it out via SVN, but not the trunk, the branch multi-env-unstable. I just compiled it and made it all the way. I've done much tests yet... But I'll

Re: [RELEASE CANDIDATE] mod_perl 2.0-RC5

2005-04-11 Thread jonathan vanasco
multi-env-unstable i fear that i'm going to want backport to RC4 soon... I keep getting this error on the 'make test' osx 10.3.8 perl Makefile.PL APXS=/usr/local/apache2/bin/apxs (mp1 worked fine) waiting 120 seconds for server to start: .[Mon Apr 11 19:06:00 2005] [info] 6 Apache2:: modules

Re: [RELEASE CANDIDATE] mod_perl 2.0-RC5

2005-04-11 Thread Philip M. Gollucci
jonathan vanasco wrote: multi-env-unstable t/logs/error_log says: END in modperl_extra.pl, pid=5152 Attempt to free unreferenced scalar at /System/Library/Perl/5.8.1/Test/Harness.pm line 31. t/logs/error_log says: END in modperl_extra.pl, pid=5152 Attempt to free unreferenced

Re: [RELEASE CANDIDATE] mod_perl 2.0-RC5

2005-04-11 Thread Philip M. Gollucci
jonathan vanasco wrote: On Apr 11, 2005, at 7:16 PM, Philip M. Gollucci wrote: perl with or without ithreads apr with threads worker or prefork mpm? standard perl that is one thing i never want to compile on my own a perl -V ? -- END -- Philip

Re: [RELEASE CANDIDATE] mod_perl 2.0-RC5

2005-04-11 Thread jonathan vanasco
On Apr 11, 2005, at 7:09 PM, jonathan vanasco wrote: i fear that i'm going to want backport to RC4 soon... and so I have! I need to spend my time right now developing this webapp i've been slaving on - i'm gonna hold off on RC5 until there's a libaprq release for it Thanks to everyone who

Re: [RELEASE CANDIDATE] mod_perl 2.0-RC5

2005-04-11 Thread Perrin Harkins
On Mon, 2005-04-11 at 19:20 -0400, jonathan vanasco wrote: standard perl that is one thing i never want to compile on my own You may want to try it some day. It's a very easy compile, and on systems like Fedora you can get about 15% better speed by compiling it yourself with all the defaults.