Is it possible that you forgot to add a "return 1;" at the end of your pm-Module?
Tom Am Do, 2003-09-18 um 00.35 schrieb Arne Claassen: > On Wed, 2003-09-17 at 13:40, Arne Claassen wrote: > > The AxKit directive, on the other hand got invoked at runtime and apache > > did not have access into /home/arne/scripts, so it failed on > > > > AxAddDynamicProcessor Processors > > > > when it tried to require the lib whether or not the /home/arne/scripts > > was in @INC. Funny thing is that PerlRequire should have pulled it into > > memory already, since it did for Apache::XML2HTML, alleviating the > > permissions problem, but i suppose, a eval'ed require does always check > > for the file even if its contents are in memory. > > I think this is actually a bug with AxKit. Looks like the file is > forcibly re-loaded every time it's accessed, since i now get this in my > log every time I hit a page: > > [Wed Sep 17 15:33:54 2003] Processors.pm: Subroutine handler redefined > at /scripts/Processors.pm line 5. > > arne > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
