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
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
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
> 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
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
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
> -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:
> >
>
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
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
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
> -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
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.
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
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 '
14 matches
Mail list logo