Jay R. Ashworth wrote:
[...]
I applied your patch from the distribution directory with patch -p0 <patch1
and ran make; make test.  I got the same errors; ran the verbose, got
what appears to be an exactly identical result on STDOUT:

Yes, because things went to the error_log file. Here is your problem:


  *** sysopen error: Permission denied at /usr/src/other/mod_perl-1.99_12/blib/l
ib/Apache/compat.pm line 596.

it fails to open the temp file and we don't check it. Besides needing to add the success check, please check why "$TMPDIR/${$}" is not writable by the user you run the test suite with.


__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com


-- Reporting bugs: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html



Reply via email to