|
发表于 2005-6-5 01:30:21
|
显示全部楼层
1. make sure ya have a package.use file which located in /etc/portage/ dir and the contend should be:
/etc/portage/pakage.use:
- sys-libs/glibc user locales
复制代码
2. edit /etc/locales.build
list all teh locales ya want to have:
this is mine:
/etc/locales.build:
- en_US/ISO-8859-1
- en_US.UTF-8/UTF-8
- zh_CN/GB18030
- zh_CN.GB2312/GB2312
- zh_CN.UTF-8/UTF-8
复制代码
3. *reemerge glibc |
|