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:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to