From 696b6288d781df6bee4285538c6473018d98104d Mon Sep 17 00:00:00 2001 From: "jake%bugzilla.org" <> Date: Wed, 2 Apr 2003 08:40:56 +0000 Subject: Bug 171674 - Adding a section to the Troubleshooting section describing how to fix the File::Temp problems in perl 5.6.0. --- docs/sgml/installation.sgml | 56 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) (limited to 'docs/sgml/installation.sgml') diff --git a/docs/sgml/installation.sgml b/docs/sgml/installation.sgml index 9f94feb7a..68a911b86 100644 --- a/docs/sgml/installation.sgml +++ b/docs/sgml/installation.sgml @@ -1565,6 +1565,62 @@ proc filter_deny { why } { as root to fix this problem. + +
+ Your vendor has not defined Fcntl macro O_NOINHERIT + + This is caused by a bug in the version of + File::Temp that is distributed with perl + 5.6.0. Many minor variations of this error have been reported. Examples + can be found in . + + +
+ Other File::Temp error messages + + +Your vendor has not defined Fcntl macro O_NOINHERIT, used +at /usr/lib/perl5/site_perl/5.6.0/File/Temp.pm line 208. + +Your vendor has not defined Fcntl macro O_EXLOCK, used +at /usr/lib/perl5/site_perl/5.6.0/File/Temp.pm line 210. + +Your vendor has not defined Fcntl macro O_TEMPORARY, used +at /usr/lib/perl5/site_perl/5.6.0/File/Temp.pm line 233. + +
+ + Numerous people have reported that upgrading to version 5.6.1 + or higher solved the problem for them. A less involved fix is to apply + the patch in . The patch is also + available as a patch file. + + +
+ Patch for File::Temp in Perl 5.6.0 + + +
+
-- cgit v1.2.3-24-g4f1b