diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 1998-02-14 17:40:44 +0200 |
---|---|---|
committer | Malcolm Beattie <mbeattie@sable.ox.ac.uk> | 1998-02-20 12:24:31 +0000 |
commit | 3e6e419abe70da1b98e91819c8c57ca0a324772c (patch) | |
tree | 2f0d34287c57e169ee949f7fa34cbc77c94d4b3d /INSTALL | |
parent | 01ca579eedb21d1163dfcced9189fc4352bc9dcd (diff) | |
download | perl-3e6e419abe70da1b98e91819c8c57ca0a324772c.tar.gz |
5.004_59: locale startup problems documentation++
p4raw-id: //depot/perl@538
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 13 |
1 files changed, 12 insertions, 1 deletions
@@ -930,7 +930,18 @@ to test your version of miniperl. If you have any locale-related environment variables set, try unsetting them. I have some reports that some versions of IRIX hang while running B<./miniperl configpm> with locales other than the C -locale. See the discussion under L<make test> below about locales. +locale. See the discussion under L<"make test"> below about locales +and the whole L<Locale problems> section in the file pod/perllocale.pod. +The latter is especially useful if you see something like this + + perl: warning: Setting locale failed. + perl: warning: Please check that your locale settings: + LC_ALL = "En_US", + LANG = (unset) + are supported and installed on your system. + perl: warning: Falling back to the standard locale ("C"). + +at Perl startup. =item malloc duplicates |