Does the path to the apr-config that was used to build mod_perl2 get saved anywhere? There's an "apr_config_path" method in Apache2::Build, but this is what I get when I run it:
[EMAIL PROTECTED]:/opt/apache2/perl5lib$ perl -I. -MApache2::Build -e 'print Apache2::Build->new->apr_config_path' Use of uninitialized value in substitution (s///) at i486-linux-gnu-thread-multi/Apache2/Build.pm line 1322. Use of uninitialized value in length at i486-linux-gnu-thread-multi/Apache2/Build.pm line 1323. [EMAIL PROTECTED]:/opt/apache2/perl5lib$ Thanks, Tyler