Re: mod_perl 1.24 testing keeps failing

2000-06-02 Thread Mark Murphy
alent.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

Re: mod_perl 1.24 testing keeps failing

2000-06-02 Thread David Mitchell
> > [Thu May 25 19:34:31 2000] [error] mod_ssl: Init: Failed to generate temporary 5 > > 12 bit RSA private key Sorry, I missed the earlier discussion on this (so I may have got the wrong end of the stick), but I got this too when trying to build apache 1.3.12 with perl-5.6.0 and mod_ssl 2.6.4,

Re: mod_perl 1.24 testing keeps failing

2000-06-01 Thread Doug MacEachern
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

Re: mod_perl 1.24 testing keeps failing

2000-05-26 Thread Mark Murphy
>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 ke

Re: mod_perl 1.24 testing keeps failing

2000-05-25 Thread Doug MacEachern
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 overr

Re: mod_perl 1.24 testing keeps failing

2000-05-25 Thread Mark Murphy
alent.net: dougm owned process doing -bs >Date: Thu, 25 May 2000 12:57:33 -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

Re: mod_perl 1.24 testing keeps failing

2000-05-25 Thread Mark Murphy
I never mentioned this but I'm running Solaris 7 on a Ultra 10 - Begin Forwarded Message - Date: Thu, 25 May 2000 15:28:05 -0400 (EDT) From: Mark Murphy Subject: Re: mod_perl 1.24 testing keeps failing To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Mime-Version

Re: mod_perl 1.24 testing keeps failing

2000-05-25 Thread Doug MacEachern
On Thu, 25 May 2000, Mark Murphy wrote: > sh Configure -Dcc=gcc -Ubincompat5005 hmm, i've seen a similar report related to largefile support, try once more with: sh Configure -Dcc=gcc -Ubincompat5005 -Uuselargefiles

Re: mod_perl 1.24 testing keeps failing

2000-05-25 Thread Mark Murphy
alent.net: dougm owned process doing -bs >Date: Tue, 23 May 2000 20:38:26 -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

Re: mod_perl 1.24 testing keeps failing

2000-05-23 Thread Doug MacEachern
On Tue, 23 May 2000, Mark Murphy wrote: > Here is some more information I gathered from trying the "make test" under > mod_perl. I ran the command by hand and discovered that I'm getting a core dump. > (gdb) backtrace > #0 0xff1c5568 in _smalloc () from /usr/lib/libc.so.1 > #1 0xff1c55ac in

Re: mod_perl 1.24 testing keeps failing

2000-05-23 Thread Mark Murphy
Here is some more information I gathered from trying the "make test" under mod_perl. I ran the command by hand and discovered that I'm getting a core dump. bash(mark:opus)755% /usr/local/src/apache/1.3.12/apache_1.3.12/src/httpd -f `pwd`/t/conf/httpd.conf -X -d `pwd`/t & [1] 21850 bash(mark:op

Re: mod_perl 1.24 testing keeps failing

2000-05-23 Thread Mark Murphy
>X-Authentication-Warning: mojo.covalent.net: dougm owned process doing -bs >Date: Tue, 23 May 2000 11:34:08 -0700 (PDT) >From: Doug MacEachern <[EMAIL PROTECTED]> >To: Mark Murphy <[EMAIL PROTECTED]> >cc: [EMAIL PROTECTED] >Subject: Re: mod_perl 1.24 testing ke

Re: mod_perl 1.24 testing keeps failing

2000-05-23 Thread Doug MacEachern
On Tue, 23 May 2000, Mark Murphy wrote: > > I'm having a problem with the make test in mod_perl 1.24. It doesn't seem to be > configured correctly. Here are the steps I've taken so far. > Invalid command 'PerlTaintCheck', perhaps mis-spelled or defined by a module not this indicates that mod

mod_perl 1.24 testing keeps failing

2000-05-23 Thread Mark Murphy
I'm having a problem with the make test in mod_perl 1.24. It doesn't seem to be configured correctly. Here are the steps I've taken so far. mod_perl 1.24 - 1. perl Makefile.PL APACHE_SRC=/usr/local/src/apache/1.3.12/apache_1.3.12/src DO_HTTPD=1 USE_APACI=1 PREP_HTTPD=1 EVERYTHING=