I don't recall when this thing have changed if at all. I'm messing with
the build system including APXS which fails and I had to patch it. So
suddenly I've started to get problems with ./t/TEST looking for sbin/httpd
instead of bin/httpd. The following fixes the problem, but I'm not sure
whether it's me messing things up.

Index: Apache-Test/lib/Apache/TestConfig.pm
===================================================================
RCS file:
/home/cvs/httpd-test/perl-framework/Apache-Test/lib/Apache/TestConfig.pm,v
retrieving revision 1.46
diff -u -r1.46 TestConfig.pm
--- Apache-Test/lib/Apache/TestConfig.pm        2001/08/27 05:40:23
1.46
+++ Apache-Test/lib/Apache/TestConfig.pm        2001/08/27 08:49:18
@@ -229,7 +229,7 @@

     my $vars = $self->{vars};

-    $vars->{bindir}   ||= $self->apxs('SBINDIR');
+    $vars->{bindir}   ||= $self->apxs('BINDIR');
     $vars->{target}   ||= $self->apxs('TARGET');
     $vars->{conf_dir} ||= $self->apxs('SYSCONFDIR');




_____________________________________________________________________
Stas Bekman              JAm_pH     --   Just Another mod_perl Hacker
http://stason.org/       mod_perl Guide  http://perl.apache.org/guide
mailto:[EMAIL PROTECTED]   http://localhost/      http://eXtropia.com/
http://singlesheaven.com http://perl.apache.org http://perlmonth.com/



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to