Wow ubuntu server belum di-setting : regional settingnya ?
Bismillah
q> Pada ubuntu server 14.04 ada penampakan koyo ngini :
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = (unset),
LC_PAPER = "id_ID.UTF-8",
LC_ADDRESS = "id_ID.UTF-8",
LC_MONETARY = "id_ID.UTF-8",
LC_NUMERIC = "id_ID.UTF-8",
LC_TELEPHONE = "id_ID.UTF-8",
LC_IDENTIFICATION = "id_ID.UTF-8",
LC_MEASUREMENT = "id_ID.UTF-8",
LC_TIME = "id_ID.UTF-8",
LC_NAME = "id_ID.UTF-8",
LANG = "en_US.UTF-8"
q> Kasih ajian ini
[sourcecode language="bash"]export LANGUAGE=en_US.UTF-8[/sourcecode]
[sourcecode language="bash"]export LC_ALL=en_US.UTF-8[/sourcecode]
[sourcecode language="bash"]sudo locale-gen[/sourcecode]
[sourcecode language="bash"]sudo dpkg-reconfigure locales[/sourcecode]
q> Sembuh
Alhamdulillah
sumber :
http://stackoverflow.com/questions/2499794/how-can-i-fix-a-locale-warning-from-perl
No comments:
Post a Comment