clayton cottingham wrote:
heya:
i thought id check out the new cvs of the Apache-Test
i think i might have found a bug?
i do this:
perl Makefile.PL apxs /usr/local/apache/bin/apxs make
make test
all options should be prepended with leading -, please read README. This change is recent.
perl Makefile.PL -apxs /usr/local/apache/bin/apxs
and then this occurs no test server configured, please specify an httpd or apxs or put either in your PATH
so i tried this
./t/TEST httpd /usr/local/apache/bin/httpd -start
and got this:
unknown opts or test names: httpd /usr/local/apache/bin/httpd
whoa !!!
yup, great. just use the leading -.
just thought i should pass it on
bash-2.04$ uname -a
Linux clayton-cottingham.imc 2.2.17-21mdk #1 Thu Oct 5 13:16:08 CEST
2000 i686 unknown
bash-2.04$ perl -v
This is perl, v5.6.0 built for i386-linux
Copyright 1987-2000, Larry Wall
Perl may be copied only under the terms of either the Artistic License or the GNU General Public License, which may be found in the Perl 5.0 source kit.
Complete documentation for Perl, including FAQ lists, should be found on this system using `man perl' or `perldoc perl'. If you have access to the Internet, point your browser at http://www.perl.com/, the Perl Home Page.
bash-2.04$ httpd -v bash: httpd: command not found bash-2.04$ /usr/local/apache/bin/httpd -v Server version: Apache/1.3.12 (Unix) Server built: May 31 2001 11:55:18
--
_____________________________________________________________________ Stas Bekman JAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide http://perl.apache.org/guide mailto:[EMAIL PROTECTED] http://ticketmaster.com http://apacheweek.com http://singlesheaven.com http://perl.apache.org http://perlmonth.com/
