воскресенье, 10 января 2010 г.

VDS - проблема с локалью

Взял я на днях VDS и столкнулся с проблемой:
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.
 Логичным был следующий шаг:
#dpkg-reconfigure locales
 Но он ни к чему не привел кроме кучи новых ошибок, тогда был проверен каталог /usr/lib/locale/ на наличие там файлов, описывающих локали, коих не оказалось... Тогда:
#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.

Проблем нет :)

Комментариев нет: