Update zoneinfo problem with Glibc

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@68 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Gerard Beekmans 2001-01-30 02:06:07 +00:00
parent 610badeb92
commit 04cd87e4e6

9
TODO
View File

@ -15,6 +15,15 @@ These are the TODO items for the next LFS release (3.0):
* Find out why zoneinfo file are not installed when installing Glibc in * Find out why zoneinfo file are not installed when installing Glibc in
chapter 6 chapter 6
From an email to lfs-discuss:
I agree. Let me ask you this, though. Is there anything that
doesn't get
installed besides the zoneinfo? I figured out how to install that
manually, if it's all that's missing. It's simply:
zic /path/to/glibc/source/timezone/<continent>
If that's all it's missing, no need to install a static perl even.
* Full dependency list. This list isn't a list of "package a depends on * Full dependency list. This list isn't a list of "package a depends on
package b" but a list like "package b depends on the files c, d and e package b" but a list like "package b depends on the files c, d and e
from package f". from package f".