You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@perl.apache.org by Stas Bekman <st...@stason.org> on 2002/05/30 05:47:06 UTC

moving 2.0's reminders/hints from Makefile.PL to the 'make install' stage

I think the following reminders:

---
mod_perl dso library will be built as mod_perl.so
You'll need to add the following to httpd.conf:
  LoadModule perl_module modules/mod_perl.so

Apache Perl modules will be installed relative to Apache2/
Don't forget to:
- configure 'PerlModule Apache2' in httpd.conf
- or 'use Apache2 ();' in a startup script
---

will be more effective if they appear after 'make install' instead or in 
addition to the ones printed at the end of 'perl Makefile.PL'.

otherwise if you do:

perl Makefile.PL && make ... && make install they get swallowed by the 
noise generated by the following stages. Whereas nothing follows 'make 
install' so it seems to be the best place to print those.

__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:stas@stason.org http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org
For additional commands, e-mail: dev-help@perl.apache.org