Subject: | [PATCH] clarify safe putenv instructions |
I found out how my problem in https://rt.cpan.org/Ticket/Display.html?
id=37194#txn-641389 could happen. I compiled perl the wrong way because
the instructions are somewhat misleading. Documentation patch attached.
Subject: | 0001-clarify-safe-putenv-instructions.patch |
From 98f1812c61cdce618989d7b1670024a1124c17d6 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Lars=20D=C9=AA=E1=B4=87=E1=B4=84=E1=B4=8B=E1=B4=8F=E1=B4=A1=20=E8=BF=AA=E6=8B=89=E6=96=AF?= <daxim@cpan.org>
Date: Wed, 21 Jul 2010 10:47:52 +0200
Subject: [PATCH] clarify safe putenv instructions
---
INSTALL | 7 +++++--
1 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/INSTALL b/INSTALL
index f5cc008..e6c3321 100644
--- a/INSTALL
+++ b/INSTALL
@@ -44,9 +44,12 @@
perl -Mblib t/00checkver.t
If segmentation fault occurs after all test done, if encounter
the putenv() bug. You have to recompile Perl with
- -DPERL_USE_SAFE_PUTENV. See
+ -Accflags="-DPERL_USE_SAFE_PUTENV". See
http://rt.cpan.org/Ticket/Display.html?id=37194
- for more details.
+ for more details, and
+ http://search.cpan.org/dist/perl/INSTALL#Altering_Configure_variables_for_C_compiler_switches_etc.
+ http://search.cpan.org/dist/perl/INSTALL#Environment_access
+ for instructions.
1.4 Trouble Shooting
--
1.7.1