Help for this page

Select Code to Download


  1. or download this
    cd mod_perl-1.25
    perl Makefile.PL APACHE_SRC=../apache_1.3.14/src DO_HTTPD=1 
    ...
    make
    make test # this fails since apache httpd isn't running
    make install
    
  2. or download this
    # any use of --enable-shared implies --enable-module=so
    # note that --enable-rule=SHARED_CORE might be needed too,
    ...
    make
    make test # this fails because it doesn't understand it
    make install