Dominique Quatravaux wrote:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Dear Stas and fellow mod_perl maintainers,
I would like to be able to do the "perl -cx"-on-the-Apache-config-file
trick described in the Eagle book ("Debugging sections" in
chapter 8, page 420 in my edition but 428 in some o
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Geoffrey Young wrote:
| please keep posts on-list for the benefit of all...
Sorry, I forgot (again).
|
| what I meant was that does changing
| Apache::ServerUtil::restart_count to
| Apache::ServerUtil::restart_count() fix the problem, or does it
| then
please keep posts on-list for the benefit of all...
Dominique Quatravaux wrote:
>
> | Dominique Quatravaux wrote:
> |
> |> The next error is:
> |>
> |> Undefined subroutine &Apache::ServerUtil::restart_count called at
> |> /usr/local/lib/perl/5.6.1/Apache2/Apache/compat.pm line 75.
> |
> |
> Geo
> $ perl -e 'use strict; use Apache2; use Apache::compat;'
> Bareword "Apache::ServerUtil::server_root" not allowed while "strict
> subs" in use at /usr/local/lib/perl/5.6.1/Apache2/Apache/compat.pm
> line 329.
> BEGIN not safe after errors
try this
--Geoff
Index: lib/Apache/compat.pm
=
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Dear Stas and fellow mod_perl maintainers,
I would like to be able to do the "perl -cx"-on-the-Apache-config-file
trick described in the Eagle book ("Debugging sections" in
chapter 8, page 420 in my edition but 428 in some others according to
Google),
Philippe M. Chiasson wrote:
>Steve Hay wrote:
>
>
>Steve Hay wrote:
>
>
>
>>Therefore, I want to configure my Perl with MULTIPLICITY and
>>USE_ITHREADS, but not PERL_IMPLICIT_SYS. That way, I can enable
>>PERL_MALLOC.
>>
>>I've tried doing exactly