On Sat, Jan 10, 2004 at 07:23:12PM -0500, Jay R. Ashworth wrote: > On Sat, Jan 10, 2004 at 01:10:49PM -0800, Stas Bekman wrote: > > > *** 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. > > I'd have to assume $TMPDIR doesn't exist, since I'm running the make > test as root.
Thank ghod for tgrep. TMPDIR falls back to /tmp, and mine, probably because of a drive failure and subsequent unmounting, was 755 instead of 777; I presume that the comment above should actually be "the user your apache runs as"? Tested fine this time. Glenn's right; that should be tested explicitly. Thanks. Cheers, -- jra -- Jay R. Ashworth [EMAIL PROTECTED] Member of the Technical Staff Baylink RFC 2100 The Suncoast Freenet The Things I Think Tampa Bay, Florida http://baylink.pitas.com +1 727 647 1274 Come see Linux Gazette in our new home: www.linuxgazette.net! -- Reporting bugs: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html