Re: Patch for Apache::Registry to "solve" closure problems.

2001-05-11 Thread Bjarni R. Einarsson
On 2001-05-10, 20:02:00 (-0700), Doug MacEachern wrote: > > thanks for the patch! however, Apache::Registry no longer accepts new > features. have you looked at Apache::{PerlRun,RegistryNG} ? No I hadn't - but now I have. Much nicer code - why hasn't it replaced Apache::Registry? Is there an

RE: more Apache::Test stuff...

2001-05-11 Thread Doug MacEachern
On Fri, 11 May 2001, Geoffrey Young wrote: > none, but based on previous list discussions I didn't expect it to separate > from 2.0 cvs. I'm happy to see it move to CPAN, though... i've said all along Apache-Test was designed to be self-contained for exactly this reason. it will stay as-is in

Re: cvs updates

2001-05-11 Thread Doug MacEachern
On Thu, 10 May 2001, Ken Williams wrote: > [EMAIL PROTECTED] (Stas Bekman) wrote: > > I get: > > > >../configure --prefix=$HOME/httpd-2.0 --with-mpm=threaded --enable-so > >creating cache ./config.cache > >../configure: line 950: syntax error near unexpected token > >`APR_SAVE_THE_ENVIRONMENT(CPP

Re: gcc -g -O2 ==> gdb stepping problems [Was: gdb & mod_perl-2.0?]

2001-05-11 Thread Roy T. Fielding
> Should the apr/configure.in prevent -O... options when it notes a -g? > Seems like it's an awkward "reasonable default" for debug / maintainer > mode. I don't think it should default to anything, but then I am not Gnu. I've never had any problems stepping through -O2 code, but that was before a

Re: cvs commit: modperl-2.0/pod modperl_dev.pod

2001-05-11 Thread barries
On Fri, May 11, 2001 at 08:36:56PM +0800, Stas Bekman wrote: > On Fri, 11 May 2001, barries wrote: > > Now I've tried it at home, and I didn't need to run 'cvs up' in srclib > subdirs... this is on Mandrake 8.0 (cvs-1.11-5mdk) versus Mandrake 7.2 > (cvs-1.11-3.1mdk) (at work). Can anybody confir

Re: cvs updates

2001-05-11 Thread Cliff Woolley
On Fri, 11 May 2001, Stas Bekman wrote: > On Thu, 10 May 2001, Roy T. Fielding wrote: > > > > * checked out httpd-2.0 from scratch and now it works. I suppose that > > > 'make distclean' is not very clean, since with 'cvs up' + 'make distclean' > > > the error didn't go away. > > > > > > > You pr

RE: more Apache::Test stuff...

2001-05-11 Thread Geoffrey Young
> -Original Message- > From: barries [mailto:[EMAIL PROTECTED]] > Sent: Friday, May 11, 2001 11:11 AM > To: Geoffrey Young > Cc: 'Doug MacEachern'; '[EMAIL PROTECTED]' > Subject: Re: more Apache::Test stuff... > > > On Fri, May 11, 2001 at 07:45:55AM -0400, Geoffrey Young wrote: > > >

Re: more Apache::Test stuff...

2001-05-11 Thread barries
On Fri, May 11, 2001 at 07:45:55AM -0400, Geoffrey Young wrote: > > > sub MY::test { > > return Apache::TestMM->test if eval { require Apache::TestMM }; > > > > return <<'EOF'; > > test: > > @echo This test suite requires Apache::Test > > @echo available from the mod_perl

Re: cvs commit: modperl-2.0/pod modperl_dev.pod

2001-05-11 Thread Stas Bekman
On Fri, 11 May 2001, barries wrote: > On Fri, May 11, 2001 at 08:07:18AM -, [EMAIL PROTECTED] wrote: > > > > % cd httpd-2.0 > > % cvs up -dP > > + % cd srclib/apr > > + % cvs up -dP > > + % cd ../.. > > + % cd srclib/apr-util > > + % cvs up -dP > > + % cd ../.. > > I alway

Re: cvs commit: modperl-2.0/pod modperl_dev.pod

2001-05-11 Thread barries
On Fri, May 11, 2001 at 08:07:18AM -, [EMAIL PROTECTED] wrote: > > % cd httpd-2.0 > % cvs up -dP > + % cd srclib/apr > + % cvs up -dP > + % cd ../.. > + % cd srclib/apr-util > + % cvs up -dP > + % cd ../.. I always thought the first cvsup would do the other two. Which

RE: more Apache::Test stuff...

2001-05-11 Thread Geoffrey Young
> -Original Message- > From: Doug MacEachern [mailto:[EMAIL PROTECTED]] > Sent: Thursday, May 10, 2001 11:11 PM > To: Geoffrey Young > Cc: '[EMAIL PROTECTED]' > Subject: Re: more Apache::Test stuff... > > [snip] > > > sub MY::test { > > and change this to something like: > sub MY::t

Re: gcc -g -O2 ==> gdb stepping problems [Was: gdb & mod_perl-2.0?]

2001-05-11 Thread barries
On Thu, May 10, 2001 at 08:37:38PM -0700, Roy T. Fielding wrote: > > Yes, that is the standard "reasonable default" per the Gnu project's > makefile standards, which is why autoconf sets it. As you discovered, > it can be overridden by setting any value for CFLAGS prior to running > configure.

Re: cvs updates

2001-05-11 Thread Stas Bekman
On Thu, 10 May 2001, Roy T. Fielding wrote: > > * checked out httpd-2.0 from scratch and now it works. I suppose that > > 'make distclean' is not very clean, since with 'cvs up' + 'make distclean' > > the error didn't go away. > > > > You probably didn't update srclib/apr first. Any changes to t

Re: 2.0 build problems

2001-05-11 Thread Stas Bekman
On Thu, 10 May 2001, Doug MacEachern wrote: > > modperl_util.c:306: `apr_os_dso_handle_t' undeclared (first use in this > ... > > looks like some a sync with httpd-2.0 is missing... Thanks! > > like maybe you forgot to 'make install' ? Hmm, I thought that I'm completely off hook, so I've rerun '