You are not logged in.
Pages: 1
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = (unset),
LC_COLLATE = "C",
LANG = "it_IT@euro"
are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
I don't know what i do for setting my locale (it_IT@euro)
Offline
Uncomment the locale you desire in /etc/locale.gen.
Set the LOCALE variable in /etc/rc.conf (example below):
LOCALE="en_US.UTF-8"
Run local-gen:
# locale-gen
/path/to/Truth
Offline
You can use locale -a to check it
McQueen I think
LOCALE="en_US.UTF-8"
should be
LOCALE="en_US.utf8"
I know en_US.UTF-8 is what is in /etc/locale.gen but when you do locale -a, it will output the other.
Offline
yeah, but i think that's a bug Penguin. Atleast i have to specify the LARGE version in rc.conf to get rid of all the "missing locale" errors. There's a bug posted to bugzilla already.
KISS = "It can scarcely be denied that the supreme goal of all theory is to make the irreducible basic elements as simple and as few as possible without having to surrender the adequate representation of a single datum of experience." - Albert Einstein
Offline
thanks
Offline
Pages: 1