>
> my $warnings = eval {$r->notes->get("warnings")};
> if( $@ ) {
> warn "APR::Table is '$INC{q{APR/Table.pm}}'";
> die $@;
> }
>
> you will see that it is not loaded.
>
>
Thanks Torsten - we'll try this out.
If you use a threaded Perl make sure every interpreter loads APR::Table.
> Do you by chance use PerlOptions +Parent in a VHost?
>
> No, the typical configuration is like this:
http://webwork.maa.org/viewvc/system/trunk/webwork2/conf/webwork.apache2-config.dist?revision=6531&view=markup
Thanks again,
Jason