>X-Authentication-Warning: mojo.covalent.net: dougm owned process doing -bs
>Date: Thu, 25 May 2000 13:21:04 -0700 (PDT)
>From: Doug MacEachern <[EMAIL PROTECTED]>
>To: Mark Murphy <[EMAIL PROTECTED]>
>cc: [EMAIL PROTECTED]
>Subject: Re: mod_perl 1.24 testing keeps failing
>MIME-Version: 1.0
>
>On Thu, 25 May 2000, Mark Murphy wrote:
>
>> -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64'
>
>those are the flags added when largefile support is enabled.
>
>try with a fresh source tree and run:
>
>sh Configure -des -Dcc=gcc -Ubincompat5005 -Uuselargefiles
>
>-des will use all defaults except those you override and you don't have to
>answer all those darn questions.
>

Thanks, everything worked out much better then before once I reconfigured perl 
and then reinstalled apache, mod_ssl, and mod_perl.

I have one more issue with the "make test" for mod_perl. The documentation 
indicates that SSL doesn't like /dev/null and that SSLDisable is set. Well, 
after changing /dev/null and making sure SSLDisable is set in the httpd.conf 
file, I was still getting an error with mod_ssl

[Thu May 25 19:34:31 2000] [error] mod_ssl: Init: Failed to generate temporary 5
12 bit RSA private key

I had to comment out the LoadModule for libssl in the test httpd.conf file. Once 
I did that I got results. During the "make test" for mod_perl I received 1 
failure.

================================================================================
================================================================================
cp t/conf/mod_perl_srm.conf t/conf/srm.conf
./apaci/load_modules.pl /usr/local/src/apache/1.3.12/apache_1.3.12/src
/usr/local/src/apache/1.3.12/apache_1.3.12/src/httpd -f `pwd`/t/conf/httpd.conf 
-X -d `pwd`/t &
httpd listening on port 8529
will write error_log to: t/logs/error_log
letting apache warm up...done
/bin/perl t/TEST 0
still waiting for server to warm up.........ok
ok
modules/actions.....ok                                                       
modules/cgi.........ok                                                       
modules/constants...ok                                                       
modules/cookie......skipped test on this platform
modules/file........ok                                                       
modules/httpdconf...ok                                                       
modules/include.....ok                                                       
modules/log.........ok                                                       
modules/module......skipped test on this platform
modules/perlrun.....ok                                                       
modules/psections...skipped test on this platform
modules/request.....skipped test on this platform
modules/src.........ok                                                       
modules/ssi.........FAILED before any test output arrived
modules/stage.......skipped test on this platform
modules/status......ok                                                       
modules/symbol......skipped test on this platform
modules/uri.........ok                                                       
modules/util........ok                                                       
internal/api........ok                                                       
internal/auth.......ok                                                       
internal/croak......ok                                                       
internal/dirmagic...ok                                                       
internal/error......ok                                                       
internal/headers....ok                                                       
internal/hooks......ok                                                       
internal/http-get...ok                                                       
internal/http-post..ok                                                       
internal/proxy......ok                                                       
internal/redirect...ok                                                       
internal/rwrite.....ok                                                       
internal/stacked....ok                                                       
internal/table......ok                                                       
internal/taint......ok                                                       
Failed Test  Status Wstat Total Fail  Failed  List of failed
-------------------------------------------------------------------------------
modules/ssi.t                ??   ??       %  ??
6 tests skipped.
httpd terminated
Failed 1/34 test scripts, 97.06% okay. 0/373 subtests failed, 100.00% okay.
*** Error code 29
make: Fatal error: Command failed for target `run_tests'
================================================================================
================================================================================


I'm happy I received a 97.06% ok, but I'm concerned that server side includes 
test failed. The error_log indicates the following:

============================================================================
[Fri May 26 08:46:11 2000] [warn] [client 127.0.0.1] log __ANON__ OK
[Fri May 26 08:46:25 2000] [error] [client 127.0.0.1] unknown directive "perl" i
n parsed doc /usr/local/src/perl-modules/mod_perl/1.24/mod_perl-1.24/t/docs/rgy-
include.shtml
============================================================================

Is there any cause for alarm here, or is this test known to fail in this 
situation?



Mark Murphy            Wayne State University
Systems Analyst II     Computing & Information Technology (C&IT)
(313) 577-4795 Voice   Academic Computing & Customer Services (ACCS)
(313) 577-8787 Fax     5425 Woodward Ave.
                       Detroit,  MI.   48202

Email: [EMAIL PROTECTED]
WWW  : http://www.wayne.edu/

Reply via email to