just got my pi today and installed Debian Wheezy on it ... everything seems to run fine except i am getting the following errors all the time:
Code: Select all
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = (unset),
LC_CTYPE = "UTF-8",
LANG = "en_GB.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_ALL to default locale: No such file or directoryCode: Select all
export LC_ALL=en_GB
export LANGUAGE=en_GBCode: Select all
LANGUAGE = en_GB
LC_ALL = en_GB
LANG = en_GB
LC_TYPE = en_GBCode: Select all
apt-get install locales-allCode: Select all
dpkg-reconfigure localeswhat am i missing ?