>Mailing-List: contact [EMAIL PROTECTED]; run by ezmlm
>list-help: <mailto:[EMAIL PROTECTED]>
>list-unsubscribe: <mailto:[EMAIL PROTECTED]>
>list-post: <mailto:[EMAIL PROTECTED]>
>Delivered-To: mailing list [EMAIL PROTECTED]
>X-Authentication-Warning: mojo.covalent.net: dougm owned process doing -bs
>Date: Thu, 1 Jun 2000 12:09:53 -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
>X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N
>
>On Fri, 26 May 2000, Mark Murphy wrote:
> 
>> 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
>
>where did you change /dev/null ?

This was in the t/conf/httpd.conf file. Some of the logs were defined as 
/dev/null and I changed them to actual file names.

> 
>> [Thu May 25 19:34:31 2000] [error] mod_ssl: Init: Failed to generate 
temporary 5
>> 12 bit RSA private key
>
>no idea on this one, maybe a permission problem?  strace might help:
>% make start_httpd
>% strace -f -s1024 -o strace.out -p `cat t/logs/httpd.pid`
>% make run_tests
>% make kill_httpd
>
>there's probably an open() call in strace.out to generate the tmp key.
> 

David Mitchell posted a work around for this fix. He described the problem and 
added the following lines to the <IfModule mod_ssl.c> section

        SSLRandomSeed startup builtin
        SSLRandomSeed connect builtin
        SSLLog      logs/ssl_engine_log
        SSLLogLevel info

I added these lines an took out the comment for the LoadModule libssl line. The 
test worked fine, minus the module/ssi issue which should be skipped anyways.


>> 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.
>
>> modules/ssi.........FAILED before any test output arrived
>
>no cause for alarm.  the #perl ssi directive is disable when mod_perl is
>built as a dso, the test should be skipped too, must be a flaw in the test
>suite.
>

Thanks so much for your help Doug, I really appreciate the time you took to 
answer my questions.


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