On Oct 10, 2005, at 2:22 AM, Graham Leggett wrote:
Brian Pane said:
I encountered lots of errors in perl-framework's t/TEST with prefork
on Darwin 8.2.0/PPC (OS X 10.4.2). I don't yet know whether these
are due to httpd-2.0.55 problems or just problems with my Perl
installation.
I ran the build/binbuild.sh script, and httpd built clean on my
Darwin 8.2.0.
I didn't see any tests being run though, is the test suite fired
off from
the binbuild script?
The test suite has to be downloaded and run separately. Basically,
- do a "make install" of the httpd
- checkout asf/repos/httpd/test/trunk from SVN
- cd to the perl-framework subdirectory
- perl Makefile.pl -apxs /path/to/the/httpd/installation/bin/apxs
- ./t/TEST
Brian