David Wheeler wrote:
On Dec 29, 2004, at 6:49 PM, Geoffrey Young wrote:

for a bit of history here, what happens with mp2 is that if it sees a mp1
installation it installs everything under site_lib/Apache2/ (like
Apache::Filter becomes Apache2/Apache/Filter.pm) as to not collide with
existing modules in the mp1 namespace. along with this is Apache2.pm, which
adjusts @INC so that Apache::Filter resolves to Apache2/Apache/Filter.pm -
mp2 installs are expected to 'PerlModule Apache2' or somesuch if they want
their mp2 modules found.


And just to be clear, IIUC, this means that if you don't have mod_perl1 installed, then Apache2 should *not* be appended to the pm_libs install path, and using Apache2 in one's modules will have no affect.

That's correct. mp2-core knows whether it was installed into Apache2/ or not.


-- __________________________________________________________________ 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