RE: Apache Subprocess

2007-06-28 Thread khan.sajid
From: Scott Gifford [mailto:[EMAIL PROTECTED] Sent: Saturday, June 23, 2007 9:43 AM To: Sajid Khan (WT01 - Computing, Storage & Software Products) Cc: modperl@perl.apache.org Subject: Re: Apache Subprocess <[EMAIL PROTECTED]> writes: > Hi Scott, > > I do not see anything in e

Re: Apache Subprocess

2007-06-22 Thread Scott Gifford
<[EMAIL PROTECTED]> writes: > Hi Scott, > > I do not see anything in error log, The print line before and after the > command also works fine,The webserver has permission to run the command > since I can execute the same command using backtick like > `/tmp/in_out_err.pl` Huh, that is very odd. A

RE: Apache Subprocess

2007-06-22 Thread khan.sajid
executing the Apache::SubProcess package ? Thanks, Sajid -Original Message- From: Scott Gifford [mailto:[EMAIL PROTECTED] Sent: Thursday, June 21, 2007 11:32 PM To: Sajid Khan (WT01 - Computing, Storage & Software Products) Cc: modperl@perl.apache.org Subject: Re: Apache Subprocess Hi

Re: Apache Subprocess

2007-06-21 Thread Scott Gifford
Hi Khan, <[EMAIL PROTECTED]> writes: [...] > I was trying in the lines of below code from http://perl.apache.org/docs/2.0/ > api/Apache/SubProcess.html . > > # write to/read from the process > $command = "/tmp/in_out_err.pl"; > ($in_fh, $out_fh, $err_fh) = $r->spawn_proc_prog($command);

RE: Apache Subprocess

2007-06-21 Thread khan.sajid
Any reply on this, I am literally struct. Please let me know your ideas -Sajid Hi Folks, I was trying in the lines of below code from http://perl.apache.org/docs/2.0/api/Apache/SubProcess.html . # write to/read from the process $command = "/tmp/in_out_err.pl"; ($in_fh, $out_fh, $e

Re: Apache::SubProcess build problem

2004-08-15 Thread Stas Bekman
--Original Message- From: Stas Bekman [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 25, 2003 3:12 PM To: Rafael Garcia-Suarez Cc: [EMAIL PROTECTED] Subject: Re: Apache::SubProcess build problem Rafael Garcia-Suarez wrote: I can't build Apache::SubProcess 0.03 on AIX 5.2 with perl 5.8.2, mo

RE: Apache::SubProcess build problem

2004-08-12 Thread Tom Murphy
Bekman [mailto:[EMAIL PROTECTED] > Sent: Tuesday, November 25, 2003 3:12 PM > To: Rafael Garcia-Suarez > Cc: [EMAIL PROTECTED] > Subject: Re: Apache::SubProcess build problem > > > Rafael Garcia-Suarez wrote: > > I can't build Apache::SubProcess 0.03 on AIX 5.2 with pe

Re: Apache::SubProcess build problem

2003-11-25 Thread Stas Bekman
Rafael Garcia-Suarez wrote: I can't build Apache::SubProcess 0.03 on AIX 5.2 with perl 5.8.2, mod_perl 1.29 and apache 1.3.29. The error (pasted below) puzzles me ; any clues ? $ make cp SubProcess.pm blib/lib/Apache/SubProcess.pm /opt/hexaflux/perl/bin/perl -e 'use ExtUtils::Mksymlists;