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