Wrong error message at $r->read (.. , 0)

2007-06-11 Thread Reif Peter
1. Problem Description: I have written a mod_perl request handler. It reads incoming POST-date with: sub handler { my $r = shift; # ... my $cnt = $r->read($buf, 0); # ... } My hope is, that when I use 0 as length parameter to read, it will read everything. But it

Re: Wrong error message while building mp2

2004-09-06 Thread Stas Bekman
Pratik wrote: I was trying to build mp2 statically using httpd-2.0.50 and I got the following error message. $ perl Makefile.PL PREFIX=/home/pratik/src/mp2 MP_AP_BUILD=1 MP_AP_PREFIX=/home/pratik/src/mp2/httpd-2.0.50 Reading Makefile.PL args from @ARGV MP_AP_BUILD = 1 MP_AP_PREFIX = /home/prati

Wrong error message while building mp2

2004-09-06 Thread Pratik
I was trying to build mp2 statically using httpd-2.0.50 and I got the following error message. $ perl Makefile.PL PREFIX=/home/pratik/src/mp2 MP_AP_BUILD=1 MP_AP_PREFIX=/home/pratik/src/mp2/httpd-2.0.50 Reading Makefile.PL args from @ARGV MP_AP_BUILD = 1 MP_AP_PREFIX = /home/pratik/src/mp2/htt

Wrong error message

2004-09-06 Thread Pratik
I was trying to build mp2 statically using httpd-2.0.50 and I got the following error message. $ perl Makefile.PL PREFIX=/home/pratik/src/mp2 MP_AP_BUILD=1 MP_AP_PREFIX=/home/pratik/src/mp2/httpd-2.0.50 Reading Makefile.PL args from @ARGV MP_AP_BUILD = 1 MP_AP_PREFIX = /home/pratik/src/mp2/h