Re: [mp1] why PERL5LIB = "PERL5LIB=/.../mod_perl-1.29/lib"

2003-11-13 Thread Stas Bekman
Stas Bekman wrote: Stas Bekman wrote: Anybody has an idea why mp1 build does: PERL5LIB = "PERL5LIB=/path/to/mod_perl-1.29/lib", (see the top-level Makefile). I can't see how is it going to work: Answering my own question, and the answer is trivial, this is just how we pass PERL5LIB env var t

Re: [mp1] why PERL5LIB = "PERL5LIB=/.../mod_perl-1.29/lib"

2003-11-12 Thread Stas Bekman
Stas Bekman wrote: Anybody has an idea why mp1 build does: PERL5LIB = "PERL5LIB=/path/to/mod_perl-1.29/lib", (see the top-level Makefile). I can't see how is it going to work: Answering my own question, and the answer is trivial, this is just how we pass PERL5LIB env var to the shell commands v

Re: [mp1] why PERL5LIB = "PERL5LIB=/.../mod_perl-1.29/lib"

2003-11-12 Thread Slava Bizyayev
On Wed, 2003-11-12 at 19:02, Stas Bekman wrote: > I'm afraid you are talking about a totally different thing. Yes, of-course. I'm sorry Stas, my head has been spinning a bit today... Slava -- Reporting bugs: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.

Re: [mp1] why PERL5LIB = "PERL5LIB=/.../mod_perl-1.29/lib"

2003-11-12 Thread Stas Bekman
Slava Bizyayev wrote: It is a very good question about the way that mod_perl-1 creates @INC. I would additionally point out the "." that in fact transforms into "/" for each mod_perl handler. I would appreciate if somebody can direct me to appropriate docs concerning the main idea under the hood to

Re: [mp1] why PERL5LIB = "PERL5LIB=/.../mod_perl-1.29/lib"

2003-11-12 Thread Slava Bizyayev
It is a very good question about the way that mod_perl-1 creates @INC. I would additionally point out the "." that in fact transforms into "/" for each mod_perl handler. I would appreciate if somebody can direct me to appropriate docs concerning the main idea under the hood to create @INC this way