From dougm@covalent.net Thu Jun 1 18:47:26 2000 Return-Path: Mailing-List: contact modperl-help@apache.org; run by ezmlm Delivered-To: mailing list modperl@apache.org Received: (qmail 32203 invoked from network); 1 Jun 2000 18:47:26 -0000 Received: from d122.dial-4.cmb.ma.ultra.net (HELO mojo.covalent.net) (209.6.67.122) by locus.apache.org with SMTP; 1 Jun 2000 18:47:26 -0000 Received: from localhost (dougm@localhost) by mojo.covalent.net (8.8.8/8.8.8) with ESMTP id MAA03778; Thu, 1 Jun 2000 12:09:54 -0700 X-Authentication-Warning: mojo.covalent.net: dougm owned process doing -bs Date: Thu, 1 Jun 2000 12:09:53 -0700 (PDT) From: Doug MacEachern To: Mark Murphy cc: modperl@apache.org Subject: Re: mod_perl 1.24 testing keeps failing In-Reply-To: <200005261300.JAA23052@opus.pass.wayne.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 ? > [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. > 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.