RSS Subscription
Linux Howtos & Tutorials

Enter your email:

Delivered by


NOTE:New tutorials are from LinuxCareer.com

Poll

Do you own or wish to have iPhone?
 


Linux eBooks FREE Download
A guide to programming Linux kernel modules
Introduction to Linux - A Hands on Guide
A Newbie's Getting Started Guide to Linux

Linux from Scratch - Create Your Own Linux System - Free eBook

Linux: The Hacking Solution (v.3.0)

SQLite 3 with PHP Essential Training – Free Video Training Tutorials

This guide will introduce you to the world of GNU/Linux

The GNU/Linux Advanced Administration

A Complete Beginner's Manual for Ubuntu 10.04 (Lucid Lynx)

Advanced Bash-Scripting Guide

Set up, maintain, and secure a small office email server

Partner Linux Sites:
How-To.LinuxCareer.com
Jobs.LinuxCareer.com
TuxMachines
Monsterb
LinuxBloggers
AdamsInfo
LinuxScrew
All For Linux

Falling back to the standard locale - Solution

A following warning message may appear on your Linux terminal:

perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
        LANGUAGE = (unset),
        LC_ALL = (unset),
        LANG = "en_AU.UTF-8"
    are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").

The problem is that you do not have locales package installed or the package is not configured. This message may appear for example when you are installing new packages into your Linux system. Fortunately, there is an easy fix to this problem.
First make sure that you have locales package installed:

apt-get install locales

The previous command will install locales package or it will output that locales is already installed.

dpkg-reconfigure locales

This command will reconfigure your locales. For example, if you are from Australia you add - en_AU ISO-8859-1 - en_AU.UTF-8 UTF-8 and choose : en_AU This is all. To check that you have fixed the locales problem use:

echo | perl

command. If not output is produced then the locales problems is fixed.

Share this linux post:

Submit Falling back to the standard locale - Solution in Delicious Submit Falling back to the standard locale - Solution in Digg Submit Falling back to the standard locale - Solution in FaceBook Submit Falling back to the standard locale - Solution in Google Bookmarks Submit Falling back to the standard locale - Solution in Stumbleupon Submit Falling back to the standard locale - Solution in Technorati Submit Falling back to the standard locale - Solution in Twitter
 
Comments for this page are closed !!!
Please visit our new Linux Forum for additional help or discussion.


Linux eBooks FREE Download