"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.
That someone would be me of course. Is that the change I've applied yesterday? It's an endless loop of fixing something and breaking something else :(
Does the problem disappear if you set env var APACHE_TEST_NO_STICKY_PREFERENCES=1?
-- __________________________________________________________________ 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
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]