You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@perl.apache.org by Geoffrey Young <gy...@laserlink.net> on 2001/03/23 15:19:22 UTC

httpd-2.0 compile problems

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: dev-unsubscribe@perl.apache.org
For additional commands, e-mail: dev-help@perl.apache.org


Re: httpd-2.0 compile problems

Posted by sterling <st...@covalent.net>.
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: dev-unsubscribe@perl.apache.org
> For additional commands, e-mail: dev-help@perl.apache.org
> 


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


Re: httpd-2.0 compile problems

Posted by sterling <st...@covalent.net>.
Hello again -

It appears that in 2.0.12 mpm_pthread was renamed to threaded -
so the references to mpmt_pthread should go away.  

i'd remove the tree and start from scratch with the latest if i were you - 
but you could probably update and patch up the config files if you'd like.

hopefully that gives you a place to start :)

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: dev-unsubscribe@perl.apache.org
> For additional commands, e-mail: dev-help@perl.apache.org
> 


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