J. W. Ballantine wrote:
[...]
>     perl Makefile.PL MP_AP_PREFIX=/a3/APACHE/Apache2 MP_INST_APACHE2=1 
>MP_USE_STATIC=1
> everything makes ok, but when I try to install, it fails with:
> 
>     AKIVA $ make install
>     cd "src/modules/perl" && make -f Makefile.modperl
>     cd "src/modules/perl" && make -f Makefile.modperl install
>     test -f mod_perl.so && \
>     cp mod_perl.so /a3/APACHE/Apache2/modules
>     *** Error code 1
>     make: Fatal error: Command failed for target `install'
>     Current working directory 
>/a4/WWW/APACHE2/modperl-2.0-CVS-20020816/src/modules/perl
>     *** Error code 1
>     make: Fatal error: Command failed for target `modperl_lib_install'
> 
> Other then the need to upgrade perl, 
> why is the install not recognizing that mod_per..a is built and not mod_perl.so.

MP_USE_STATIC=1 is not really working yet. It builds the .a target but 
the build is not yet polished for this install.

__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com

Reply via email to