Post truncation problem

2004-08-18 Thread Sean T Allen
<>Apache/2.0.40 (Red Hat Linux) Perl/v5.8.0 built for i386-linux-thread-multi mod_perl/1.99_07-dev just to get that out of the way. problem i have is that we are running a stripped down version of CGI.pm that on a post does:     my $input =  undef;     my $method    =  $ENV{ 'RE

Re: Post truncation problem

2004-08-18 Thread Stas Bekman
Sean T Allen wrote: <>Apache/2.0.40 (Red Hat Linux) Perl/v5.8.0 built for i386-linux-thread-multi mod_perl/1.99_07-dev Sean, upgrade to 1.99_14 first and try again. -- __ Stas BekmanJAm_pH --> Just Another mod_perl Hack

Re: Post truncation problem

2004-08-18 Thread Kurt Hansen
Hi, Just started working on Apache2/MP2 myself.. I think you lead off your message very well by listing your setup: Sean T Allen wrote: <>Apache/2.0.40 (Red Hat Linux) Perl/v5.8.0 built for i386-linux-thread-multi mod_perl/1.99_07-dev I believe your problem is there, both in the Perl version and in

Re: Post truncation problem

2004-08-18 Thread Stas Bekman
Kurt Hansen wrote: Hi, Just started working on Apache2/MP2 myself.. I think you lead off your message very well by listing your setup: Sean T Allen wrote: <>Apache/2.0.40 (Red Hat Linux) Perl/v5.8.0 built for i386-linux-thread-multi mod_perl/1.99_07-dev I believe your problem is there, both in the

Re: Post truncation problem

2004-08-18 Thread Kurt Hansen
Stas Bekman wrote: Sean T Allen wrote: <>Apache/2.0.40 (Red Hat Linux) Perl/v5.8.0 built for i386-linux-thread-multi mod_perl/1.99_07-dev I believe your problem is there, both in the Perl version and in the mod_perl2 version. You'll want to update Perl to at least 5.8.1 and mod_perl2 to the most

Re: Post truncation problem

2004-08-18 Thread Stas Bekman
Kurt Hansen wrote: Stas Bekman wrote: Sean T Allen wrote: <>Apache/2.0.40 (Red Hat Linux) Perl/v5.8.0 built for i386-linux-thread-multi mod_perl/1.99_07-dev I believe your problem is there, both in the Perl version and in the mod_perl2 version. You'll want to update Perl to at least 5.8.1 and mo

Re: Post truncation problem

2004-08-18 Thread Kurt Hansen
Stas Bekman wrote: Kurt Hansen wrote: I just figured since he has a threaded perl already that he might want to avoid the thread problems noted on the prereq page, i.e. "Perl 5.8.0's threads.pm doesn't work with mod_perl 2.0." May as well avoid problems that might pop up down the road if you are