perl - locales - set locale debian 9
Perl Locale warning Debian (2)
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = (unset),
LANG = "en_CA.UTF-8"
are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
Sigo recibiendo este mensaje. Estoy ejecutando Debian en un VPS. He intentado numerosas soluciones que he encontrado a través de Google, ninguna ha ayudado. ¿Qué debo hacer?
Configurando Locales en Debian: http://people.debian.org/~schultmc/locales.html
Intente establecer las configuraciones regionales de esta manera, me funcionó en Ubuntu 10.04, solo adapte las configuraciones regionales a sus necesidades:
root@hostname:~# export LANGUAGE=en_US.UTF-8
root@hostname:~# export LANG=en_US.UTF-8
root@hostname:~# export LC_ALL=en_US.UTF-8
root@hostname:~# locale-gen en_US.UTF-8
y entonces:
root@hostname:~# dpkg-reconfigure locales
Espero que esto pueda ayudar!