Thus spake Christoph Lange ([EMAIL PROTECTED]):

> I am using "use Apache::Reload;" in a module but it does not work. I tell
> my "main"-script where to find this module via "use lib
> '/home/path/for/modules'". Might this be the (or one) reason why
> Apache::Reload does not work?
>
> Do I have to add the path for my modules to @INC in the server-startup
> file. And if, how?

Yes.  Something like the following works well.

<perl>
  use lib qw( /path/to/my/libs );
</perl>

PerlInitHandler Apache::Reload

-- 
 James <[EMAIL PROTECTED]>      1024D/62C2F77D
 uri: http://oneiros.darkspire.net/ EBB8 AF14 8C43 2F12 7623
 irc: EFnet / opn / tietnet         C0AA C0AE 56D4 62C2 F77D

Reply via email to