perl: warning: Setting locale failed.Логичным был следующий шаг:
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = (unset),
LANG = "en_US.UTF-8"
are supported and installed on your system.
Но он ни к чему не привел кроме кучи новых ошибок, тогда был проверен каталог /usr/lib/locale/ на наличие там файлов, описывающих локали, коих не оказалось... Тогда:#dpkg-reconfigure locales
#apt-get install --reinstall language-pack-en language-pack-ru
и далее:
dpkg-reconfigure localesВсе, проверяем...
# perl -v
This is perl, v5.10.0 built for x86_64-linux-gnu-thread-multi
Copyright 1987-2007, Larry Wall
Perl may be copied only under the terms of either the Artistic License or the
GNU General Public License, which may be found in the Perl 5 source kit.
Complete documentation for Perl, including FAQ lists, should be found on
this system using "man perl" or "perldoc perl". If you have access to the
Internet, point your browser at http://www.perl.org/, the Perl Home Page.
Проблем нет :)
Комментариев нет:
Отправить комментарий