All,

Just a followup. I followed Stas's directions, and did this:

  % su

  % cd /usr/local/src

  % tar -zvxf apache_1.3.31.tar.gz
  % tar -zvxf mod_perl-1.29.tar.gz

  % cd mod_perl-1.29

  % perl Makefile.PL APACHE_SRC=../apache_1.3.31/src \
    DO_HTTPD=1 USE_APACI=1 EVERYTHING=1

  % make
  % make test
  % make install

  % cd ../apache_1.3.xx
  % make install

Then I configured httpd.conf to run on port 8080 and all is now well.

Thanks to all for the confidence you gave me to try this.

I'll let you know if any conflicts come up, but at this point, all tests
are going well.

-- 
Report problems: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html
List etiquette: http://perl.apache.org/maillist/email-etiquette.html

Reply via email to