You are viewing a plain text version of this content. The canonical link for it is here.
Posted to test-dev@httpd.apache.org by Doug MacEachern <do...@covalent.net> on 2001/08/13 19:37:36 UTC

httpd-test-bundle

i put a big tarball here will all the Apache-Test dependencies:
http://perl.apache.org/~dougm/httpd-test-bundle-0.01.tar.gz

you should be able to run:
% tar -zxf httpd-test-bundle-0.01.tar.gz
% cd httpd-test-bundle-0.01
% perl Makefile.PL && make install

and have everything need to run 't/TEST'

Crypt::SSLeay requires openssl to be installed, so you'll need to install
that first if you haven't already.