You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl@perl.apache.org by hara <ha...@to-the.net> on 2006/08/20 02:24:42 UTC

PerlLogHandler and DB_File

Hi

While modifying DumpHeaders.pm with mod_perl-1.29 + apache-1.3.34, it shows
following error messages.

[Sat Aug 19 16:11:36 2006] [error] Undefined subroutine
&Apache::DumpHeaders::handler called.\n
[Sat Aug 19 16:11:36 2006] [error] Undefined subroutine
&Apache::DumpHeaders::handler called.\n
[Sat Aug 19 16:11:36 2006] [error] Undefined subroutine
&Apache::DumpHeaders::handler called.\n

This module(Apache::DumpHeaders) works fine without adding DB_file in the
script. Is there any reason not to use
DB_File for PerlLogHandler??

Please help

Hara



Re: PerlLogHandler and DB_File

Posted by Fred Moyer <fr...@taperfriendlymusic.org>.
hara wrote:
> Hi
> 
> While modifying DumpHeaders.pm with mod_perl-1.29 + apache-1.3.34, it shows
> following error messages.
> 
> [Sat Aug 19 16:11:36 2006] [error] Undefined subroutine
> &Apache::DumpHeaders::handler called.\n
> [Sat Aug 19 16:11:36 2006] [error] Undefined subroutine
> &Apache::DumpHeaders::handler called.\n
> [Sat Aug 19 16:11:36 2006] [error] Undefined subroutine
> &Apache::DumpHeaders::handler called.\n
> 
> This module(Apache::DumpHeaders) works fine without adding DB_file in the
> script. Is there any reason not to use
> DB_File for PerlLogHandler??

Can you show us exactly what you modified?  I.e. where you added DB_file
in the script?

I don't know of any reason know to use DB_File in a PerlLogHandler, but
if you could show us what you did it would be easier to give you help.