
dougm at covalent
Apr 24, 2001, 9:06 PM
Post #2 of 2
(751 views)
Permalink
|
|
Re: BUG: mod_perl.config.sh fails unless Apache::ExtUtils available
[In reply to]
|
|
thanks, we'll look into this before 1.26 On Tue, 24 Apr 2001, Paul Sharpe wrote: > The following approach to building mod_perl fails if mod_perl.config.sh > can't find Apache::ExtUtils (e.g. the first time you build mod_perl) > as perl_cc is not defined so the Apache config doesn't know which C > compiler to user to build mod_perl. > > mod_perl-1.25% perl Makefile.PL APACHE_SRC=../apache_1.3.19/src \ > DO_HTTPD=1 USE_APACI=1 PREP_HTTPD=1 EVERYTHING=1 > > apache_1.3.19% ./configure --enable-module=rewrite \ > --disable-rule=expat --prefix=/usr/apache \ > --activate-module=src/modules/perl/libperl.a && make > > Not sure of the best patch so I'm just flagging it here. > > Cheers, > > paul > > -- > Paul Sharpe Tel: +44 (20) 7407 5557 > Miraclefish Ltd. Fax: +44 (20) 7378 8711 > Studio 12 mailto:paul[at]miraclefish.com > 37 Tanner Street > London SE1 3LF > UNITED KINGDOM > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscribe[at]perl.apache.org > For additional commands, e-mail: dev-help[at]perl.apache.org > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe[at]perl.apache.org For additional commands, e-mail: dev-help[at]perl.apache.org
|