You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@perl.apache.org by Paul Sharpe <pa...@miraclefish.com> on 2001/04/24 21:40:08 UTC

BUG: mod_perl.config.sh fails unless Apache::ExtUtils available

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@miraclefish.com
37 Tanner Street
London SE1 3LF
UNITED KINGDOM



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


Re: BUG: mod_perl.config.sh fails unless Apache::ExtUtils available

Posted by Doug MacEachern <do...@covalent.net>.
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@miraclefish.com
> 37 Tanner Street
> London SE1 3LF
> UNITED KINGDOM
> 
> 
> 
> ---------------------------------------------------------------------
> 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