You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl@perl.apache.org by James Olsen <jo...@multi-ad.com> on 2000/04/28 22:23:59 UTC

HELP: modules/ssi...FAILED before any test output arrived

Hello,

I'm trying to compile Apache 1.3.12 and mod_perl 1.23 against perl 5.005_02

I'm using this to build mod_perl/Apache:

perl Makefile.PL USE_APACI=1 \
                 EVERYTHING=1 \
                 APACHE_PREFIX=$PREFIX \
                 APACHE_SRC=$APACHE/src \
                 DO_HTTPD=1 \
                 APACI_ARGS=--enable-module=so,--enable-shared=perl

And make test returns the following error (and surrounding lines)

modules/src.........ok
modules/ssi.........FAILED before any test output arrived
modules/stage.......skipping test on this platform

I'm not sure how to troubleshoot this problem.

Any suggestions? I've kept the entire output from makefile.pl, make, and 
make test if you want to view any information from them.

--James