UbuntuServer12.04 solution to "initialization month string error"

Source: Internet
Author: User
When you log on to the system, ls-l always prompts that the initialization month string has an error. it does not affect the usage, so you have not taken care of it. However, this error occurs again when I compile libiconv today. this time it cannot be...
Ubuntu Server 12.04 "initialization month string error" solution after logging on to the system, ls-l always prompts "initialization month string error", which is not affected during normal use, so we don't care about it. However, when I compile libiconv today, this error occurs again. this time, I have to solve it. the solution is as follows: www.2cto.com references sudo vi/var/lib/locales/supported. d/local # modify the file content as follows: en_US.UTF-8 UTF-8zh_CN.UTF-8 UTF-8zh_CN.GBK GBKzh_CN GB2312 reference sudo locale-gen reference sudo vi/etc/default/locale # Modify the file content as follows: LANG = "zh_CN.UTF-8" LANGUAGE = "zh_CN: en "LC_NUMERIC =" zh_CN.UTF-8 "LC_TIME =" zh_CN.UTF-8 "LC_MONETARY =" zh_CN.UTF-8 "LC_PAPER =" zh_CN.UTF-8 "LC_NAME =" zh_CN.UTF-8 "LC_ADDRESS =" zh_C N.UTF-8 "LC_TELEPHONE =" zh_CN.UTF-8 "LC_MEASUREMENT =" zh_CN.UTF-8 "LC_IDENTIFICATION =" zh_CN.UTF-8 "at this time after re-login, and then compile liniconv will not error.
SOURCE http://blog.jiqila.com/post/287/
 
Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.