Locale errors on Ubuntu

I set up a new Ubuntu XEN VM, and installed a few packages.. then started getting errors like this all over the place:



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”).

locale: Cannot set LC_CTYPE to default locale: No such file or directory

locale: Cannot set LC_MESSAGES to default locale: No such file or directory

locale: Cannot set LC_ALL to default locale: No such file or directory



Seems that at some point all the entries get screwed up for setting locales. I ran sudo apt-get install language-pack-en-base , and then everything was fine

No Comments

Leave a reply