Title: Re: Use of Apache::Directive in BEGIN block
At 2:30 PM -0700 9/19/03, Stas Bekman wrote:
Matisse Enzer wrote:

At 11:19 AM -0700 9/19/03, Stas Bekman wrote:
Matisse Enzer wrote:
Thank you very much.


So does it work now?



 I wasn't able to get 1.99_09 to install.
...



Cool, MODPERL_AP_INCLUDEDIR in your top level Makefile is not set.

Can you please try with the cvs version first:
http://perl.apache.org/download/source.html#Development_mod_perl_2_0_Source_Distribution

The CVS version from today installed OK (mod_perl/1.99_10-dev) and my test module
with:

BEGIN {
        use Apache::Directive;
        my $tree = Apache::Directive->conftree();
        foreach my $node ( $tree->lookup('PerlSetVar') ) {
                # I want to do something here.
        }
}


loaded without error at server start-up time.

Thank you for the help.

-- 
------------------------------------------
Matisse Enzer
Hamilton Partners
707-431-4300 ext. 212 (office)
415-225-6703 (mobile)



Reply via email to