Stas Bekman wrote:

Philippe M. Chiasson wrote:

Stas Bekman wrote:

It's a first time I'm trying to build the static mp2. Unless I'm missing something it doesn't quite work for me. I build it as:

perl Makefile.PL \
MP_INST_APACHE2=1                            \
MP_USE_STATIC=1                              \
MP_AP_BUILD=1                                \
MP_GENERATE_XS=1                             \
MP_DEBUG=1                                   \
MP_TRACE=1                                   \
MP_USE_GTOP=1                                \
MP_AP_PREFIX=/home/stas/apache.org/httpd-2.0 \
MP_AP_CONFIGURE="--with-mpm=prefork"         \
MP_MAINTAINER=1                              \
MP_CCOPTS='-Wall -Werror'                    \
&& make -j2 && make test

against the cvs of httpd-2.0.x (not HEAD/2.1)

-----
when building against the clean source we get a non-fatal error:
Unable to open
/home/stas/apache.org/httpd-2.0/srclib/apr/include/apr.h: No such file
or directory

that's at get_apr_config. it probably shouldn't get into that
function, before apache's configure is run



Yes, that can be easily fixed by making to run httpd's ./configure a bit earlier


So, i guess my commit apr.h.in should be reverted as well?

Yeah, there was no need for that, IMO.

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



Reply via email to