@INC and Apache::Registry scripts

2000-11-20 Thread Rafael Kitover

Recently I was having a weird problem. I was playing with
a CPAN module, and needed to make some changes to it. So I copied
it to a different directory out of the /usr/local/lib... perl area. And
added a use lib qw(/path/to/that/dir); to the top of my Apache::Registry
script. However, on some occasions it seemed to give me a "cannot find
subroutine NS::Module::subroutine" or something to that effect. This
went away after I did an apachectl restart. Is this something I should
look into or just something that's normal?

-- 
Do what thou wilt shall be the whole of the Law.
Love is the law, love under will.

 PGP signature


Re: @INC and Apache::Registry scripts

2000-11-20 Thread Sean C. Brady

I've run into this same situation...  you probably had children answering
the request that still had the older (without use lib) version taking care
of it  It sounds like something that is normal...  if a newly spawned
child had answered the request, it probably would of worked fine...

- Sean

On Mon, 20 Nov 2000, Rafael Kitover wrote:

 Recently I was having a weird problem. I was playing with
 a CPAN module, and needed to make some changes to it. So I copied
 it to a different directory out of the /usr/local/lib... perl area. And
 added a use lib qw(/path/to/that/dir); to the top of my Apache::Registry
 script. However, on some occasions it seemed to give me a "cannot find
 subroutine NS::Module::subroutine" or something to that effect. This
 went away after I did an apachectl restart. Is this something I should
 look into or just something that's normal?
 
 -- 
 Do what thou wilt shall be the whole of the Law.
 Love is the law, love under will.
 


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