>
> 3) mod_perl 2 -> "perl Makefile.PL MP_AP_PREFIX=/usr/local/apache2
> MP_INST_APACHE2=1"
> make, make test, make install
>
the MP_INST_APACHE2 seems to be the problem. In Embperl Makefile.PL line
511, please change
eval 'use Apache::BuildConfig' ;
to
eval 'use Apache2::BuildConfig' ;
and rerun Makefile.PL. Does this change anything?
Gerald
P.S. Please keep the discussion on the list
---------------------------------------------------------------------
To unsubscribe, e-mail: embperl-unsubscribe@perl.apache.org
For additional commands, e-mail: embperl-help@perl.apache.org
|