diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2002-04-25 18:25:09 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2002-04-25 18:25:09 +0000 |
commit | 86139bbf402162695503f4ecfd969a4617be0fae (patch) | |
tree | b4de14696dd4eaeb5baedeed0546d0768da4e0e6 /chapter06/glibc-inst.xml | |
parent | 5e99630ea7a16b78e3ab266171e0cd32666bf3d7 (diff) |
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
Diffstat (limited to 'chapter06/glibc-inst.xml')
-rw-r--r-- | chapter06/glibc-inst.xml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/chapter06/glibc-inst.xml b/chapter06/glibc-inst.xml index 4b18728b7..22ae1a0ff 100644 --- a/chapter06/glibc-inst.xml +++ b/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 which you need or want. This can be achieved using the localedef 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> |