Yes, that's already mentioned on the page I used.
Gesendet: Donnerstag, 21. September 2017 um 16:37 Uhr
Von: "André Warnier (tomcat)"
An: modperl@perl.apache.org
Betreff: Re: debugging mod_perl fails
Hi.
I did not look at the page you mention below, but in the Apache::DB page
Hi.
I did not look at the page you mention below, but in the Apache::DB page on
CPAN,
https://metacpan.org/pod/distribution/Devel-DebugHooks/lib/Apache/DB.pm
it says :
If you are using mod_perl 2.0 you will need to use the following as your db.pl:
use APR::Pool ();
use Apache::DB ();
Apache::
My setup's versions:
Ubuntu Server 17.04
Apache2 2.4.25
Perl 5.24.1
mod_perl 2.10
Apache::DB 0.14
I precisely followed the manual from this site:
http://plosquare.blogspot.de/2009/04/debugging-modperl-applications-with.html
and used a simple .pl-page to test debugging mod_perl.
I tried al