Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re: Perl is making Errors in Makefile

by Joost (Canon)
on May 06, 2003 at 11:38 UTC ( [id://255844]=note: print w/replies, xml ) Need Help??


in reply to Perl is making Errors in Makefile

This is a (somewhat) known problem with RH8+; to fix it, set your LANG environment variable from X.UTF-8 to X before compiling (where X is dependend on your settings), ie, when $ENV{LANG} eq "en_US.UTF-8":

export LANG=en_US perl Makefile.PL ...

This switches off the default use of unicode, and will probably solve your problems.

For a more permanent solution change /etc/sysconfig/i18n to:

LANG="en_US" SUPPORTED="en_US.UTF-8:en_US:en" SYSFONT="latarcyrheb-sun16"
Or whatever language you use.

-- Joost downtime n. The period during which a system is error-free and immune from user input.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://255844]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (6)
As of 2024-03-28 15:27 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found