Hi,

I've CVS'ed mod_perl-2.0, this morning Aug. 16th at about 11:00am Eastern time, and 
when I attempt to build with:
    AKIVA $ perl Makefile.PL MP_AP_PREFIX=/a3/APACHE/Apache2 MP_INST_APACHE2=1         
       
I get:
    !!! You are running Perl version 5.6.0
    We strongly suggest you upgrade to at least 5.6.1
    Reading Makefile.PL args from @ARGV
       MP_AP_PREFIX = /a3/APACHE/Apache2
       MP_INST_APACHE2 = 1
    ************* ERROR *************
    
      Your current configuration will most likely trigger core dumps, suggestions:
       *) Do not configure mod_perl as a DSO
       *) Rebuild Perl without malloc pollution (Configure -Ubincompat5005)
    
    
    ************* ERROR *************
so I build with:
    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.

OBTW, HTTPD-2.0 along with apr and apr-util were CVS'ed 8/15 at about 10:45am Eastern 
time. and compiled and installed fine.

Thanks

Jim Ballantine




Reply via email to