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:[EMAIL PROTECTED]   http://apachetoday.com http://eXtropia.com/
http://singlesheaven.com http://perl.apache.org http://perlmonth.com/



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to