Hello, output desired as well as error_log output.
You didn't include http://perl.apache.org/docs/2.0/user/help/help.html#Important_Information
also please remove parts of the message that you don't reply to
/usr/local/source/mod_perl-1.99_12/t/../blib/arch/Apache2/auto/APR/APR.so [EMAIL PROTECTED] modperl]# ldd /usr/local/source/mod_perl-1.99_12/t/../blib/arch/Apache2/auto/APR/APR.so librt.so.1 => /lib/tls/librt.so.1 (0x40004000) libm.so.6 => /lib/tls/libm.so.6 (0x40016000) libcrypt.so.1 => /lib/libcrypt.so.1 (0x40038000) libnsl.so.1 => /lib/libnsl.so.1 (0x40065000) libdl.so.2 => /lib/libdl.so.2 (0x4007a000) libc.so.6 => /lib/tls/libc.so.6 (0x42000000) libpthread.so.0 => /lib/tls/libpthread.so.0 (0x4007f000) /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x80000000)
So it's not linked against libapr, which explains the problem. But that test should have been skipped:
my $has_apr_config = $build->{apr_config_path} && !$build->httpd_is_source_tree;
I think the problem is that you've passed MP_APR_CONFIG which was pointing to the source tree. I can't tell without seeing the bugreport info, which I've asked you about (URL quoted above).
Thanks for the the output of the tests, I need to add some more debug printing information to understand the problem. I'll keep you posted.
__________________________________________________________________ Stas Bekman JAm_pH ------> Just Another mod_perl Hacker http://stason.org/ mod_perl Guide ---> http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http://modperlbook.org http://apache.org http://ticketmaster.com
-- Reporting bugs: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html