modperl-2.0/INSTALL has a "Simple install": % perl Makefile.PL MP_AP_PREFIX=/usr/local/apache2 % make && make test % make install
where MP_AP_PREFIX is the apache installation tree. the docs should always suggest building against an installed apache (like the steps above). unless, one wishes to build modperl static into httpd. which isn't supported at the moment anyhow. please use [EMAIL PROTECTED] for any future docs questions/suggestions, thanks. On Mon, 26 Aug 2002, Adam Nelson wrote: > I think the mod_perl installation instructions are not correct (or not > clear at the least). I think there should be a "quick install" section. > > As far as I can see, assuming /usr/src/httpd-2.0.40.tar.gz and > /usr/src/mod_perl-1.99_05.tar.gz > > > 1) unzip and untar both files > 2) cd /usr/src/httpd-2.0.40 > 3) ./buildconf > 4) ./configure --prefix=/usr/local/apache2 --with-mpm=prefork > 5) make > 6) cd ../mod_perl-1.99_05 > 7) perl Makefile.PL MP_AP_PREFIX=/usr/src/httpd-2.0.40 \ > MP_INST_APACHE2=1 > 8) make > 9) cd ../httpd-2.0.40 > 10) make install (this I've assumed but is not in the documentation). > > > Anyway, If I can figure this out (the correct order that is) - then I > will send you the completed text to get in the setup guide. Do you have > something rough written up that I can clean up so that this is a bit > less confusing? > > Thanks, > Adam > > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
