Doug MacEachern wrote: > On Thu, 27 Jun 2002, Stas Bekman wrote: > > >>[posting here and not to httpd-test, since it's relevant only to mod_perl] >> >>unless you have better ideas this patch makes it possible to start the >>server with correct blib during 'make test', which otherwise is >>completely bypassed. > > > +1. perhaps a test for -d before adding it and an XXX note to remove once > modperl takes care of Apache2 internally. which i have prototype code for > in the works, hopefully will get it in this week sometime.
If you are planning on doing this this week, I'd rather withold any commits regarding this issue. Because I was actually was planning to do more work on this issue, and therefore I'd better wait before Apache2/ issue has been resolved. I'm thinking to move *all* modifications to @INC to use *only* full paths, because otherwise any invocations from sub-dirs are broken many times, since wrong libraries get loaded. Currently we try to compensate on this problem by adding a bunch of new relative dirs with ../ ending up with a bloated @INC, but this simply doesn't work when I try to work in ModPerl-Registry and Apache-Scoreboard sub-dirs. __________________________________________________________________ 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]
