Stas Bekman wrote:
> 
> Found the problem, temporary replace
> 
> $child_pid = open $child_in_pipe, "|$cmd";
> 
> with:
> 
> system "$cmd &";
> 
> in Apache-Test/lib/Apache/TestServer.pm

Thanks, I'll try that..

> Any ideas why this doesn't work with 1.3? Something goes wrong
> with the spawned process.

Not at the moment; I lack context (like the value of $cmd).

> BTW, how do you build your 1.3? For some reason I don't get support
> utils built with 'make' have to cd to support and make again.

The utils are built by 'make install' not by 'make', ISTR.
-- 
#ken    P-)}

Ken Coar, Sanagendamgagwedweinini  http://Golux.Com/coar/
Author, developer, opinionist      http://Apache-Server.Com/

"All right everyone!  Step away from the glowing hamburger!"

Reply via email to