浏览代码

added note that /usr/lib/locale must be created before you manually install locales

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1853 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Gerard Beekmans 23 年之前
父节点
当前提交
86139bbf40
共有 2 个文件被更改,包括 9 次插入1 次删除
  1. 5 0
      chapter01/changelog.xml
  2. 4 1
      chapter06/glibc-inst.xml

+ 5 - 0
chapter01/changelog.xml

@@ -18,6 +18,11 @@
 
 
 </para></listitem>
 </para></listitem>
 
 
+<listitem><para>April 25th, 2002 [gerard]: Chapter 06 Glibc: added a note
+that if you want to manually install some locales, instead of all of them,
+then you first need to create the
+<filename class="directory">/usr/lib/locale</filename> directory.</para></listitem>
+
 <listitem><para>April 21st,2002 [gerard & markh]: Upgraded to
 <listitem><para>April 21st,2002 [gerard & markh]: Upgraded to
 MAKEDEV-1.5</para></listitem>
 MAKEDEV-1.5</para></listitem>
 
 

+ 4 - 1
chapter06/glibc-inst.xml

@@ -42,7 +42,10 @@ exec /bin/bash --login</userinput></screen></para>
 localedata/install-locales</userinput> is to only install those locales
 localedata/install-locales</userinput> is to only install those locales
 which you need or want.  This can be achieved using the localedef
 which you need or want.  This can be achieved using the localedef
 command.  Information on this can be found in the INSTALL
 command.  Information on this can be found in the INSTALL
-file in the glibc-&glibc-version; tree.</para>
+file in the glibc-&glibc-version; tree. One thing to note is that the
+<userinput>localedef</userinput> program assumes that the <filename
+class="directory">/usr/lib/locale</filename> exists, so you need to create
+it first.</para>
 
 
 <para>During the configure stage you will see the following warning:</para>
 <para>During the configure stage you will see the following warning:</para>