"Philippe M. Chiasson" <[EMAIL PROTECTED]> writes: > Can people here try this test patch on their systems and report back > on success/failure along with a system description? That would help me > a lot!
Bug-free on debian-sarge amd64 (linux 2.6.5, perl 5.8.4, cvs HEAD for apr, httpd, mp2). FYI: somebody broke Apache::Test recently. Instead of pulling the httpd/apxs config data from the mp2 source tree, it's grabbing it from a previous installation: % /usr/bin/perl Makefile.PL MP_GENERATE_XS=1 MP_APXS=/usr/local/apache2/bin/apxs MP_DEBUG=1 MP_TRACE=1 MP_MAINTAINER=1 MP_INST_APACHE2=1 % make test ... compiles cleanly, but there's a segfault on server startup ... The problem is that some of the non-apxs info in t/conf/apache_test_config.pm httpd_basedir, httpd, httpd_defines is being pulled from an old global installation of Apache::Test (instead of being derived from the command-line MP_APXS). I had to hack around that to get the test to run, but unfortunately I don't have a patch for Apache::Test that resolves the issue. -- Joe Schaefer --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]