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:[EMAIL PROTECTED]
37 Tanner Street
London SE1 3LF
UNITED KINGDOM



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

Reply via email to