Compiling apache and mod_perl from source, was: Re: [MKDoc-dev] MKDoc 1.8 on Fedora 3

Chris Croome chris at webarchitects.co.uk
Tue Nov 16 10:47:57 GMT 2004


Hi

The kind people on the mod_perl list pointed me to the documentation [1] and
now it's working, this is what I did in the end:

  tar -zxvf mod_perl-1.29.tar.gz
  tar -zxvf apache_1.3.33.tar.gz
  cd mod_perl-1.29
  perl Makefile.PL APACHE_SRC=../apache_1.3.33/src \
  DO_HTTPD=1 USE_APACI=1 EVERYTHING=1
  make
  make test
  su
  make install
  cd ../apache_1.3.33
  make install

I think the problem was that I was just following some old instructions
that were bogus...

Chris


[1] http://perl.apache.org/docs/1.0/guide/install.html

-- 
Chris Croome                               <chris at webarchitects.co.uk>
web design                             http://www.webarchitects.co.uk/ 
web content management                               http://mkdoc.com/   


More information about the MKDoc-dev mailing list