Re: pb with locales



On Fri, Jun 29, 2007 at 17:32:46 +0000, abdelkader belahcene wrote:
Hi,
When I try to install a package a receive the following warning. I am
using the french language and the qwerty keyboard.

bela# dpkg-reconfigure locales
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = (unset),
LANG = "fr_FR.UTF-8"
are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
locale: Ne peut initialiser LC_ALL �� la locale par d��faut: Aucun
fichier ( means NO FILE FOUND) ou r��pertoire de ce type

where to change and fix the pb

Try this (as root):

LC_ALL="C" dpkg-reconfigure locales

If this allows you to run the command then you can make sure that
"fr_FR.UTF-8" is created and that it is set as the default. (If you do
not want to set a system-wide default then you have to configure the
relevant environmental variables of your $SHELL yourself.)

If you still cannot run the "dpkg-reconfigure locales" command then you
should post the output of

locale -a

grep '^[^#]' /etc/locale.gen

--
Regards, | http://users.icfo.es/Florian.Kulzer
Florian |



Relevant Pages