ANNOUNCE: mod_perl guide v1.32

2002-07-14 Thread Stas Bekman
This is probably the last announcement regarding the mod_perl guide's changes, because on the new mod_perl site all the changes are almost instant and the need for releases is pretty much not needed any more. Therefore remember to refer to the Changes file if you want to know what has changed

Getting mod_perl-1.27 Apache-2.0.39

2002-07-14 Thread eric
I've tried every which way and still can't get mod_perl to compile. I'm running Perl v5.6.1 built for i586-linux. I downloaded Apache 2.0.39 and extracted it into /usr/local where it created httpd-2.0.39. I have Apache 2.0.39 built with SSL and DSO, and it's in /usr/local/Apache-2.0.39.

Re: Another SEGV perl 5.8.0-RC2 apache 1.3.26 mod_perl 1.27

2002-07-14 Thread Andreas J. Koenig
5.8.0-RC3 still produces the SEGV with apache 1.3.26, mod_perl 1.27, Apache::Request 1.0 and MaxRequestPerChild 0. My recipe to reproduce the SEGV currently is: Set MaxRequestPerChild to 1 and request a static image. Unless the problem is fixed before 5.8.0 comes out (i.e.~Thursday), I fear we

Re: Getting mod_perl-1.27 Apache-2.0.39

2002-07-14 Thread Randy Kobes
On Sun, 14 Jul 2002, eric wrote: I've tried every which way and still can't get mod_perl to compile. I'm running Perl v5.6.1 built for i586-linux. I downloaded Apache 2.0.39 and extracted it into /usr/local where it created httpd-2.0.39. I have Apache 2.0.39 built with SSL and DSO, and

Re: Getting mod_perl-1.27 Apache-2.0.39

2002-07-14 Thread eric
Randy, Thank you. When I saw 'in development' next to mod_perl-1.99_04 I thought it was just an update to 1.27. I'm too much of a newbie to be getting into develepmental stuff :-)) Thanks again. Worked like a charm! On Sunday 14 July 2002 18:46, Randy Kobes wrote: On Sun, 14 Jul 2002,

ANNOUNCE: Perl 5.8.0 Release Candidate 3

2002-07-14 Thread Stas Bekman
Test, Test and Test. 5.8.0 is scheduled to be released this Thursday. This is your last chance to ensure that everything works for you before 5.8.0 is released. =head1 Perl 5.8.0 Release Candidate 3 The Perl 5 developer team is pleased to announce the Release Candidate 3 (RC3) of Perl 5.8.0.

Re: Getting mod_perl-1.27 Apache-2.0.39

2002-07-14 Thread Michael Robinton
On Sun, 14 Jul 2002, eric wrote: I've tried every which way and still can't get mod_perl to compile. snip apache 2.x is not supported well at this point You didn't say which SSL you were running, but if it's ben's apache-ssl, this simple set of instructions will work. build and install

Re: ANNOUNCE: Perl 5.8.0 Release Candidate 3

2002-07-14 Thread Phil Dobbin
On 14/7/02 at 15:12, [EMAIL PROTECTED] (The Doctor) wrote: I get [big snip] ./perl: can't resolve symbol 'Perl_get_sv' Mine installed fine after make and make test with 98 percent results into /test/perl580/bin/perl but I get similar error messages re: dyld It's late here (BST) and the

Re: ANNOUNCE: Perl 5.8.0 Release Candidate 3

2002-07-14 Thread Lupe Christoph
(Removed [EMAIL PROTECTED], this has nothing to do with TT.) Please submit perl 5.8.0 RCn build failures to perl5porters. Use perlbug to do this if you can. (Looks like this failure prevents the use of perlbug.) If you can't please describe your environment. OS, compiler, installed patches, etc.

Accessing mod_ssl information from mod_perl modules

2002-07-14 Thread Byron Ellacott
Hi, I've been trying rather unsuccessfully to write an Authen handler that is able to detect an SSL connection and use the SSL certificate serial as an index into a database table. The problem I'm facing is how to discover the SSL connection information in an Authen handler. At a later phase,