You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@perl.apache.org by Stas Bekman <st...@stason.org> on 2001/05/10 07:02:48 UTC

cvs updates

Any idea of why do I get these cvs failures once in a while with 2.0 cvs
tree? I've to kill the whole tree and check it out from scratch :(

apache.org/modperl-2.0> cvs up -dP
cvs server: Updating .
cvs server: Updating Apache-Test
cvs server: Updating Apache-Test/lib
cvs server: Updating Apache-Test/lib/Apache
cvs server: Updating Apache-Test/t
cvs server: Updating Apache-Test/t/conf
cvs server: Updating examples
cvs server: Updating examples/lib
cvs server: Updating examples/lib/Apache
cvs server: Updating lib
cvs server: Updating lib/Apache
cvs server: Updating lib/ModPerl
cvs server: Updating patches
cvs server: Updating pod
cvs server: Updating src
cvs server: Updating src/modules
cvs server: Updating src/modules/perl
cvs server: Updating t
cvs server: Updating t/apache
cvs update: in directory t/api:
cvs update: cannot open CVS/Entries for reading: No such file or directory
cvs [update aborted]: cannot write <CVS/Template file>: No such file or
directory

Thanks!

_____________________________________________________________________
Stas Bekman              JAm_pH     --   Just Another mod_perl Hacker
http://stason.org/       mod_perl Guide  http://perl.apache.org/guide
mailto:stas@stason.org   http://apachetoday.com http://eXtropia.com/
http://singlesheaven.com http://perl.apache.org http://perlmonth.com/



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org
For additional commands, e-mail: dev-help@perl.apache.org


Re: cvs updates

Posted by Doug MacEachern <do...@covalent.net>.
On Thu, 10 May 2001, Ken Williams wrote:

> stas@stason.org (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(CPPFLAGS)'
> >../configure: line 950: `APR_SAVE_THE_ENVIRONMENT(CPPFLAGS)'
> 
> Sounds like a Republican thing.  Did you try running it in Alaska?

hmm, seems that is not the only problem:
../configure: line 970: syntax error near unexpected token
`APR_REDUCE_TAX_RATE(CPPFLAGS)'


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org
For additional commands, e-mail: dev-help@perl.apache.org


Re: cvs updates

Posted by Stas Bekman <st...@stason.org>.
On Thu, 10 May 2001, Ken Williams wrote:

> stas@stason.org (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(CPPFLAGS)'
> >../configure: line 950: `APR_SAVE_THE_ENVIRONMENT(CPPFLAGS)'
>
> Sounds like a Republican thing.  Did you try running it in Alaska?

Singapore... I've an access to a machine in Paris, should I try it there?
(Hi, Eric :)


_____________________________________________________________________
Stas Bekman              JAm_pH     --   Just Another mod_perl Hacker
http://stason.org/       mod_perl Guide  http://perl.apache.org/guide
mailto:stas@stason.org   http://apachetoday.com http://eXtropia.com/
http://singlesheaven.com http://perl.apache.org http://perlmonth.com/



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org
For additional commands, e-mail: dev-help@perl.apache.org


Re: cvs updates

Posted by Ken Williams <ke...@forum.swarthmore.edu>.
stas@stason.org (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(CPPFLAGS)'
>../configure: line 950: `APR_SAVE_THE_ENVIRONMENT(CPPFLAGS)'

Sounds like a Republican thing.  Did you try running it in Alaska?


  -------------------                            -------------------
  Ken Williams                             Last Bastion of Euclidity
  ken@forum.swarthmore.edu                            The Math Forum

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org
For additional commands, e-mail: dev-help@perl.apache.org


Re: cvs updates

Posted by Cliff Woolley <cl...@yahoo.com>.
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 probably didn't update srclib/apr first.  Any changes to the *.m4 or
> > *.in files won't work until both httpd-2.0 and apr are updated and then
> > a buildconf is run from the top.
>
> That's correct. I've falsely assumed that 'cvs up' in http-2.0, will
> recursively update the apr and apr-utils projects, placed under srclib.

It will if you manually add the appropriate D/ lines to the CVS/Entries
file of the srclib subdirectory after having checked out apr and apr-util
into that location. My httpd-2.0/srclib/CVS/Entries file looks like this:


/.cvsignore/1.5/Thu Mar 2 08:26:18 2000//
/Makefile.in/1.9/Sat Feb 24 19:16:04 2001//
D/pcre////
D/apr////
D/apr-util////


Hope this helps.
--Cliff

--------------------------------------------------------------
   Cliff Woolley
   cliffwoolley@yahoo.com
   Charlottesville, VA



Re: cvs updates

Posted by Cliff Woolley <cl...@yahoo.com>.
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 probably didn't update srclib/apr first.  Any changes to the *.m4 or
> > *.in files won't work until both httpd-2.0 and apr are updated and then
> > a buildconf is run from the top.
>
> That's correct. I've falsely assumed that 'cvs up' in http-2.0, will
> recursively update the apr and apr-utils projects, placed under srclib.

It will if you manually add the appropriate D/ lines to the CVS/Entries
file of the srclib subdirectory after having checked out apr and apr-util
into that location. My httpd-2.0/srclib/CVS/Entries file looks like this:


/.cvsignore/1.5/Thu Mar 2 08:26:18 2000//
/Makefile.in/1.9/Sat Feb 24 19:16:04 2001//
D/pcre////
D/apr////
D/apr-util////


Hope this helps.
--Cliff

--------------------------------------------------------------
   Cliff Woolley
   cliffwoolley@yahoo.com
   Charlottesville, VA



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org
For additional commands, e-mail: dev-help@perl.apache.org


Re: cvs updates

Posted by Stas Bekman <st...@stason.org>.
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 the *.m4 or
> *.in files won't work until both httpd-2.0 and apr are updated and then
> a buildconf is run from the top.

That's correct. I've falsely assumed that 'cvs up' in http-2.0, will
recursively update the apr and apr-utils projects, placed under srclib.

I'll update our dev notes to always make sure to cvs up these two
sub-dirs as well.

Thanks Roy.

_____________________________________________________________________
Stas Bekman              JAm_pH     --   Just Another mod_perl Hacker
http://stason.org/       mod_perl Guide  http://perl.apache.org/guide
mailto:stas@stason.org   http://apachetoday.com http://eXtropia.com/
http://singlesheaven.com http://perl.apache.org http://perlmonth.com/



Re: cvs updates

Posted by Stas Bekman <st...@stason.org>.
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 the *.m4 or
> *.in files won't work until both httpd-2.0 and apr are updated and then
> a buildconf is run from the top.

That's correct. I've falsely assumed that 'cvs up' in http-2.0, will
recursively update the apr and apr-utils projects, placed under srclib.

I'll update our dev notes to always make sure to cvs up these two
sub-dirs as well.

Thanks Roy.

_____________________________________________________________________
Stas Bekman              JAm_pH     --   Just Another mod_perl Hacker
http://stason.org/       mod_perl Guide  http://perl.apache.org/guide
mailto:stas@stason.org   http://apachetoday.com http://eXtropia.com/
http://singlesheaven.com http://perl.apache.org http://perlmonth.com/



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org
For additional commands, e-mail: dev-help@perl.apache.org


Re: cvs updates

Posted by "Roy T. Fielding" <fi...@ebuilt.com>.
> * 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 the *.m4 or
*.in files won't work until both httpd-2.0 and apr are updated and then
a buildconf is run from the top.

....Roy


Re: cvs updates

Posted by "Roy T. Fielding" <fi...@ebuilt.com>.
> * 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 the *.m4 or
*.in files won't work until both httpd-2.0 and apr are updated and then
a buildconf is run from the top.

....Roy


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org
For additional commands, e-mail: dev-help@perl.apache.org


Re: cvs updates

Posted by Stas Bekman <st...@stason.org>.
[crossposting to new-httpd]

On Thu, 10 May 2001, Doug MacEachern wrote:

> On Fri, 11 May 2001, Stas Bekman wrote:
>
> > ./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(CPPFLAGS)'
> > ./configure: line 950: `APR_SAVE_THE_ENVIRONMENT(CPPFLAGS)'
>
> don't have that problem here.  might want to try the new-httpd list,
> should probably post your configure args, libtool version, autoconf
> version, etc.
>
> mako:/home/dougm% libtool --version
> ltmain.sh (GNU libtool) 1.3.5 (1.385.2.206 2000/05/27 11:12:27)
> mako:/home/dougm% autoconf --version
> Autoconf version 2.13

* upgraded to libtool 1.3.5, the same error

* autoconf is the same version as yours, no change

* 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.

Thanks!

_____________________________________________________________________
Stas Bekman              JAm_pH     --   Just Another mod_perl Hacker
http://stason.org/       mod_perl Guide  http://perl.apache.org/guide
mailto:stas@stason.org   http://apachetoday.com http://eXtropia.com/
http://singlesheaven.com http://perl.apache.org http://perlmonth.com/



Re: cvs updates

Posted by Stas Bekman <st...@stason.org>.
[crossposting to new-httpd]

On Thu, 10 May 2001, Doug MacEachern wrote:

> On Fri, 11 May 2001, Stas Bekman wrote:
>
> > ./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(CPPFLAGS)'
> > ./configure: line 950: `APR_SAVE_THE_ENVIRONMENT(CPPFLAGS)'
>
> don't have that problem here.  might want to try the new-httpd list,
> should probably post your configure args, libtool version, autoconf
> version, etc.
>
> mako:/home/dougm% libtool --version
> ltmain.sh (GNU libtool) 1.3.5 (1.385.2.206 2000/05/27 11:12:27)
> mako:/home/dougm% autoconf --version
> Autoconf version 2.13

* upgraded to libtool 1.3.5, the same error

* autoconf is the same version as yours, no change

* 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.

Thanks!

_____________________________________________________________________
Stas Bekman              JAm_pH     --   Just Another mod_perl Hacker
http://stason.org/       mod_perl Guide  http://perl.apache.org/guide
mailto:stas@stason.org   http://apachetoday.com http://eXtropia.com/
http://singlesheaven.com http://perl.apache.org http://perlmonth.com/



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org
For additional commands, e-mail: dev-help@perl.apache.org


Re: 2.0 build problems

Posted by Stas Bekman <st...@stason.org>.
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 'make install'
in httpd tree, the same behavior :(


/home/stas/apache.org/httpd-2.0:

make distclean
./buildconf
./configure --prefix=$HOME/httpd-2.0 \
   --with-mpm=threaded --enable-so
make && make install


/home/stas/apache.org/modperl-2.0:

make distclean
/home/stas/perl-5.6.1/bin/perl Makefile.PL MP_GENERATE_XS=1 MP_USE_DSO=1 \
    MP_APXS=/home/stas/httpd-2.0/bin/apxs MP_DEBUG=1 && make && make test


_____________________________________________________________________
Stas Bekman              JAm_pH     --   Just Another mod_perl Hacker
http://stason.org/       mod_perl Guide  http://perl.apache.org/guide
mailto:stas@stason.org   http://apachetoday.com http://eXtropia.com/
http://singlesheaven.com http://perl.apache.org http://perlmonth.com/



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org
For additional commands, e-mail: dev-help@perl.apache.org


Re: 2.0 build problems

Posted by Doug MacEachern <do...@covalent.net>.
> 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' ?



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org
For additional commands, e-mail: dev-help@perl.apache.org


2.0 build problems

Posted by Stas Bekman <st...@stason.org>.
Ok, so I've the latest httpd built and I've the latest mod_perl 2.0:

cc -I/home/stas/apache.org/modperl-2.0/src/modules/perl
-I/home/stas/apache.org/modperl-2.0/xs -I/home/stas/httpd-2.0/include
-D_REENTRANT -DDEBUGGING -fno-strict-aliasing -I/usr/local/include
-I/home/stas/perl-5.6.1/lib/5.6.1/i686-linux-thread-multi/CORE -DMOD_PERL
-g -DMP_DEBUG -DMP_TRACE  -fpic \
-c modperl_util.c && mv modperl_util.o modperl_util.lo
modperl_util.c: In function `modperl_xs_dl_handles_close':
modperl_util.c:306: `apr_os_dso_handle_t' undeclared (first use in this
function)
modperl_util.c:306: (Each undeclared identifier is reported only once
modperl_util.c:306: for each function it appears in.)
modperl_util.c:306: parse error before `handle'
make[1]: *** [modperl_util.lo] Error 1
make[1]: Leaving directory
`/home/stas/apache.org/modperl-2.0/src/modules/perl'
make: *** [modperl_lib] Error 2

when doing:

make distclean
/home/stas/perl-5.6.1/bin/perl Makefile.PL MP_GENERATE_XS=1 MP_USE_DSO=1 \
    MP_APXS=/home/stas/httpd-2.0/bin/apxs MP_DEBUG=1 && make && make test

looks like some a sync with httpd-2.0 is missing... Thanks!

I hope I didn't mess up something again... just running the routine
build test :)

_____________________________________________________________________
Stas Bekman              JAm_pH     --   Just Another mod_perl Hacker
http://stason.org/       mod_perl Guide  http://perl.apache.org/guide
mailto:stas@stason.org   http://apachetoday.com http://eXtropia.com/
http://singlesheaven.com http://perl.apache.org http://perlmonth.com/



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org
For additional commands, e-mail: dev-help@perl.apache.org


Re: cvs updates

Posted by Doug MacEachern <do...@covalent.net>.
On Fri, 11 May 2001, Stas Bekman wrote:
 
> ./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(CPPFLAGS)'
> ./configure: line 950: `APR_SAVE_THE_ENVIRONMENT(CPPFLAGS)'

don't have that problem here.  might want to try the new-httpd list,
should probably post your configure args, libtool version, autoconf
version, etc.

mako:/home/dougm% libtool --version
ltmain.sh (GNU libtool) 1.3.5 (1.385.2.206 2000/05/27 11:12:27)
mako:/home/dougm% autoconf --version
Autoconf version 2.13



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org
For additional commands, e-mail: dev-help@perl.apache.org


Re: cvs updates

Posted by Stas Bekman <st...@stason.org>.
On Thu, 10 May 2001, Doug MacEachern wrote:

> On Fri, 11 May 2001, Stas Bekman wrote:
>
> > Do you guys get to compile httpd-2.0 recently? My cvs co version fails
> > with
>
> yes.
>
> > /bin/sh /home/stas/apache.org/httpd-2.0/libtool --silent --mode=compile
> > gcc   -DLINUX=2 -D_REENTRANT -D_REENTRANT   -pthread
> > -I/home/stas/apache.org/httpd-2.0/include
> > -I/home/stas/apache.org/httpd-2.0/srclib/apr/include
> > -I/home/stas/apache.org/httpd-2.0/srclib/apr-util/include
> > -I/home/stas/apache.org/httpd-2.0/os/unix  -c unixd.c && touch unixd.lo
> > In file included from unixd.c:66:
> > /home/stas/apache.org/httpd-2.0/include/mpm_common.h:79: mpm.h: No such
> > file or directory
>
> that doesn't look right at all, you're missing some include
> paths.  when compiling unixd.c, should see this:
> -I. -I/home/dougm/ap/httpd-2.0-threaded/os/unix
> -I/home/dougm/ap/httpd-2.0-threaded/server/mpm/threaded
> -I/home/dougm/ap/httpd-2.0-threaded/modules/http
> -I/home/dougm/ap/httpd-2.0-threaded/include
> -I/home/dougm/ap/httpd-2.0-threaded/srclib/apr/include
> -I/home/dougm/ap/httpd-2.0-threaded/srclib/apr-util/include
>
> did you 'make distclean' and re-run buildconf ?
> what are your configure options?

aaaaaaaaaaaaaah, that 'distclean' thing again, I was doing:

make clean
./buildconf
./configure --prefix=$HOME/httpd-2.0 \
   --with-mpm=threaded --enable-so
make && make install

Now that I run 'make distclean' and
./buildconf
./configure --prefix=$HOME/httpd-2.0 \
   --with-mpm=threaded --enable-so

 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(CPPFLAGS)'
./configure: line 950: `APR_SAVE_THE_ENVIRONMENT(CPPFLAGS)'

Thanks!!!

_____________________________________________________________________
Stas Bekman              JAm_pH     --   Just Another mod_perl Hacker
http://stason.org/       mod_perl Guide  http://perl.apache.org/guide
mailto:stas@stason.org   http://apachetoday.com http://eXtropia.com/
http://singlesheaven.com http://perl.apache.org http://perlmonth.com/



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org
For additional commands, e-mail: dev-help@perl.apache.org


Re: cvs updates

Posted by Doug MacEachern <do...@covalent.net>.
On Fri, 11 May 2001, Stas Bekman wrote:
 
> Do you guys get to compile httpd-2.0 recently? My cvs co version fails
> with

yes.
 
> /bin/sh /home/stas/apache.org/httpd-2.0/libtool --silent --mode=compile
> gcc   -DLINUX=2 -D_REENTRANT -D_REENTRANT   -pthread
> -I/home/stas/apache.org/httpd-2.0/include
> -I/home/stas/apache.org/httpd-2.0/srclib/apr/include
> -I/home/stas/apache.org/httpd-2.0/srclib/apr-util/include
> -I/home/stas/apache.org/httpd-2.0/os/unix  -c unixd.c && touch unixd.lo
> In file included from unixd.c:66:
> /home/stas/apache.org/httpd-2.0/include/mpm_common.h:79: mpm.h: No such
> file or directory

that doesn't look right at all, you're missing some include
paths.  when compiling unixd.c, should see this:
-I. -I/home/dougm/ap/httpd-2.0-threaded/os/unix
-I/home/dougm/ap/httpd-2.0-threaded/server/mpm/threaded
-I/home/dougm/ap/httpd-2.0-threaded/modules/http
-I/home/dougm/ap/httpd-2.0-threaded/include
-I/home/dougm/ap/httpd-2.0-threaded/srclib/apr/include
-I/home/dougm/ap/httpd-2.0-threaded/srclib/apr-util/include

did you 'make distclean' and re-run buildconf ?
what are your configure options?


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org
For additional commands, e-mail: dev-help@perl.apache.org


Re: cvs updates

Posted by Stas Bekman <st...@stason.org>.
On Thu, 10 May 2001, Doug MacEachern wrote:

> On Thu, 10 May 2001, Stas Bekman wrote:
>
> > Any idea of why do I get these cvs failures once in a while with 2.0 cvs
> > tree? I've to kill the whole tree and check it out from scratch :(
>
> not sure, i guess its something todo with new directories.  though i would
> expect your cvs client to properly deal with that.
> apache.org cvs in general has been very clunky and slow over the past few
> months.

I do this all the time creating new dirs over cvs... something is fishy
here... anyway, if nobody sees this problem, it might be something with my
client...

Do you guys get to compile httpd-2.0 recently? My cvs co version fails
with

/bin/sh /home/stas/apache.org/httpd-2.0/libtool --silent --mode=compile
gcc   -DLINUX=2 -D_REENTRANT -D_REENTRANT   -pthread
-I/home/stas/apache.org/httpd-2.0/include
-I/home/stas/apache.org/httpd-2.0/srclib/apr/include
-I/home/stas/apache.org/httpd-2.0/srclib/apr-util/include
-I/home/stas/apache.org/httpd-2.0/os/unix  -c unixd.c && touch unixd.lo
In file included from unixd.c:66:
/home/stas/apache.org/httpd-2.0/include/mpm_common.h:79: mpm.h: No such
file or directory

I suppose it should include httpd-2.0/server/mpm/threaded/mpm.h ...


_____________________________________________________________________
Stas Bekman              JAm_pH     --   Just Another mod_perl Hacker
http://stason.org/       mod_perl Guide  http://perl.apache.org/guide
mailto:stas@stason.org   http://apachetoday.com http://eXtropia.com/
http://singlesheaven.com http://perl.apache.org http://perlmonth.com/



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org
For additional commands, e-mail: dev-help@perl.apache.org


Re: cvs updates

Posted by Doug MacEachern <do...@covalent.net>.
On Thu, 10 May 2001, Stas Bekman wrote:

> Any idea of why do I get these cvs failures once in a while with 2.0 cvs
> tree? I've to kill the whole tree and check it out from scratch :(

not sure, i guess its something todo with new directories.  though i would
expect your cvs client to properly deal with that.
apache.org cvs in general has been very clunky and slow over the past few
months.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org
For additional commands, e-mail: dev-help@perl.apache.org