Re: [WISHLIST] Be able to troubleshoot config file with perl -cx as before

2005-02-01 Thread Stas Bekman
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

Re: [WISHLIST] Be able to troubleshoot config file with perl -cx as before

2005-02-01 Thread Dominique Quatravaux
-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

Re: [WISHLIST] Be able to troubleshoot config file with perl -cx as before

2005-02-01 Thread Geoffrey Young
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

Re: [WISHLIST] Be able to troubleshoot config file with perl -cx as before

2005-02-01 Thread Geoffrey Young
> $ 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 =

[WISHLIST] Be able to troubleshoot config file with perl -cx as before

2005-02-01 Thread Dominique Quatravaux
-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),

Re: [PATCH] Re: What Perl configuration is required for mp2 on Win32?

2005-02-01 Thread Steve Hay
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