Re: perl modules not running after 'minor' change

2004-09-03 Thread Ben Hopkins
Rici Lake wrote: On 2-Sep-04, at 10:51 PM, Ben Hopkins wrote: Nope. There are two copies of libperl.so: one in the apache source tree, and one in libexec. That's normal. libperl.so is created in the source tree and then copied into the right place when you do make install. However, you seem to

Re: perl modules not running after 'minor' change

2004-09-03 Thread Ben Hopkins
William McKee wrote: On Thu, Sep 02, 2004 at 08:51:15PM -0700, Ben Hopkins wrote: Nope. There are two copies of libperl.so: one in the apache source tree, and one in libexec. BUT that link said to use ldd to see what libperl.so is referenced in the httpd executable. I did that and found N

Re: [mp2] Compatibility issue: Apache::ParseFormData vs. 1.99_15

2004-09-03 Thread Fred Moyer
> Fred, thanks for assistance, but your patch does not touch line 144 in > ParseFormData.pm: Thanks for the spot. My point though was that if you're not comfortable with using the current libapreq release because it's developer release, then making the changes to Apache::ParseFormData for compata

Re: perl modules not running after 'minor' change

2004-09-03 Thread William McKee
On Thu, Sep 02, 2004 at 08:51:15PM -0700, Ben Hopkins wrote: > Nope. There are two copies of libperl.so: one in the apache source > tree, and one in libexec. > > BUT that link said to use ldd to see what libperl.so is referenced in > the httpd executable. I did that and found NO reference to

Re: Help with PERL5LIB

2004-09-03 Thread William McKee
Hi Brett, This question appears to have nothing to do with modperl. I'd suggest you try the beginners mailing list. You can sign up at http://learn.perl.org. William -- Knowmad Services Inc. http://www.knowmad.com -- Report problems: http://perl.apache.org/bugs/ Mail list info: http://perl.a

Re: [mp2] Compatibility issue: Apache::ParseFormData vs. 1.99_15

2004-09-03 Thread Stanislav Sinyagin
Fred, thanks for assistance, but your patch does not touch line 144 in ParseFormData.pm: return(Apache::FORBIDDEN); } here>>> my $rm = $r->remaining; if($args->{'post_max'} && ($rm > $args->{'post_max'})) { so, why should it fix the problem? It still accesses rema