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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to