perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = "ru_UA.UTF-8",
LANG = "en_US.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发布于 2012-07-05 11:22:16
您需要运行以下命令:
dpkg-reconfigure locales选择您希望在系统上拥有的地区(S)(根据您的帖子,您可能希望选择ru_UA.UTF8 )。在下一个屏幕上,给出您希望使用的默认区域设置。
https://serverfault.com/questions/404958
复制相似问题