I'm trying to build Apache-Test-1.28 on SuSE 10.0, perl 5.8.8.

It compiled without errors, however running the tests gives:

/usr/bin/perl -Iblib/arch -Iblib/lib \
t/TEST  -clean
[warning] setting ulimit to allow core files
ulimit -c unlimited; /usr/bin/perl
/var/.cpan/build/Apache-Test-1.28/t/TEST -clean
APACHE_TEST_GROUP= APACHE_TEST_HTTPD= APACHE_TEST_PORT=
APACHE_TEST_USER= APACHE_TEST_APXS= \
/usr/bin/perl -Iblib/arch -Iblib/lib \
t/TEST  -bugreport -verbose=0
[warning] setting ulimit to allow core files
ulimit -c unlimited; /usr/bin/perl
/var/.cpan/build/Apache-Test-1.28/t/TEST -bugreport -verbose=0
[warning] root mode: changing the files ownership to 'nobody' (65534:65533)
[warning] testing whether 'nobody' is able to -rwx
/var/.cpan/build/Apache-Test-1.28/t
"/usr/bin/perl" -Mlib=lib -MApache::TestRun -e 'eval {
Apache::TestRun::run_root_fs_test(65534, 65533,
q[/var/.cpan/build/Apache-Test-1.28/t]) }';


[warning] result: OK
[warning] the client side drops 'root' permissions and becomes 'nobody'
/usr/sbin/httpd2  -d /var/.cpan/build/Apache-Test-1.28/t -f
/var/.cpan/build/Apache-Test-1.28/t/conf/httpd.conf -D APACHE2
using Apache/2.0.54 (prefork MPM)

waiting 60 seconds for server to start: .Syntax error on line 52 of
/var/.cpan/build/Apache-Test-1.28/t/conf/extra.conf:
Invalid command 'SetEnv', perhaps mis-spelled or defined by a module not
included in the server configuration
[  error]
server has died with status 255 (t/logs/error_log wasn't created, start
the server in the debug mode)
sh: line 1:  7395 Terminated              /usr/bin/perl
/var/.cpan/build/Apache-Test-1.28/t/TEST -bugreport -verbose=0
make: *** [run_tests] Error 143
0.00u 0.00s 0.00u 0.00s 0:03.00


Any idea what's wrong?

Thanks,
Steve

Reply via email to