I am trying to setup Apache::DB on my Debian box.

In httpd.conf I have this inside my mod_perl Location directive:

   PerlFixupHandler Apache::DB

I PerlRequire this, according to the manpage:

   use Apache::DB ();
   Apache::DB->init;
   1;

After stopping apache, I start it from CLI:

   sudo apache -X

As soon as I try to render something in the browser, I get this in
error.log:

   [error] Undefined subroutine &Apache::Status::handler called.

Eventually, I get perldb prompts; but, they do not behave as I expect.
I have been studying this:

   <http://perl.apache.org/docs/1.0/guide/debug.html#Introduction_to_the_Perl_Debugger>

I have not found reference to the subject error.

What do you think?

-- 
Best Regards,

mds
mds resource
877.596.8237
-
Dare to fix things before they break . . .
-
Our capacity for understanding is inversely proportional to how much
we think we know.  The more I know, the more I know I don't know . . .
--

Attachment: pgp00000.pgp
Description: PGP signature

Reply via email to