what platform?
what is in your config.nice?
i build from head regularly by checking out the trees (httpd-2.0,
srclib/apr srclib/apr-util)
gmake distclean
./buildconf
then running my config.nice script:
#! /bin/sh
#
# Created by configure
"./configure" \
"--prefix=/home/sterling/apache-2.0" \
"--with-mpm=prefork" \
"--enable-so" \
"--with-maintainer-mode" \
"$@"
lemme know if you have more info
sterling
On Fri, 23 Mar 2001, Geoffrey Young wrote:
> hi guys...
>
> before I tread into new-httpd I just thought I'd ping the folks here with
> this:
>
> make[3]: Entering directory `/src/httpd-2.0/modules/http'
> /bin/sh /src/httpd-2.0/libtool --silent --mode=compile gcc -I.
> -I/src/httpd-2.0/modules/http -I/src/httpd-2.0/server/mpm/mpmt_pthread
> -I/src/httpd-2.0/modules/http -I/src/httpd-2.0/include
> -I/src/httpd-2.0/srclib/apr/include -I/src/httpd-2.0/srclib/apr-util/include
> -I/src/httpd-2.0/os/unix -D_REENTRANT -DLINUX=2 -pthread -c http_core.c &&
> touch http_core.lo
> In file included from http_core.c:72:
> /src/httpd-2.0/include/scoreboard.h:73: mpm_default.h: No such file or
> directory
>
> I've been trying to compile 2.0 for a day or two now from cvs - is this my
> problem or is something wrong on the other side?
>
> TIA
>
> --Geoff
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]