Building a static
Apache 1.3.36 & mod_perl 1.29 with the following
configure:
perl Makefile.PL
\
APACHE_SRC=/usr/local/apache_1.3.36 \
DO_HTTPD=1 \
PERL_MARK_WHERE=1 \
EVERYTHING=1 \
PREFIX=/usr/local/apache \
APACHE_PREFIX=/usr/local/apache \
USE_APACI PREP_HTTPD=1
APACHE_SRC=/usr/local/apache_1.3.36 \
DO_HTTPD=1 \
PERL_MARK_WHERE=1 \
EVERYTHING=1 \
PREFIX=/usr/local/apache \
APACHE_PREFIX=/usr/local/apache \
USE_APACI PREP_HTTPD=1
this configuration
step completes successfully
"make" proceeds
fine
"make install" FAILS
when attempting to write Install.pm to an Apache directory below my perl
location - libperl.a not created
Why would it need to
write stuff to that location; is there a way I can get around this
?
Thanks in
advance...
Dan