Results 1 to 2 of 2
when i'm using apt-get to install a package, i'm recieving this errors:
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = "en_RO:en_US:en_GB:en",
LC_ALL = ...
- 01-19-2006 #1
errors when make install...
when i'm using apt-get to install a package, i'm recieving this errors:
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = "en_RO:en_US:en_GB:en",
LC_ALL = (unset),
LANG = "en_US"
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
what is the problem? and what could i do?
- 01-19-2006 #2Just Joined!
- Join Date
- Jan 2006
- Posts
- 77
install the locales package:
and try againCode:apt-get install locales


Reply With Quote
