Hi,
for the last two email I sent to the lfs-suport mailing list I recieved back
a message from lfs-support-boun...@linuxfromscratch.org
with subject: "The results of your email commands", saying in the body:
"The results of your email command are provided below. Attached is your
original message
like this
a6de1cc6434cd64038b0a0ae4e252b33 autoconf-2.65.tar.bz2
c2972c4d9b3e29c03d5f2af86249876f automake-1.11.1.tar.bz2
9800d8724815fd84994d9be65ab5e7b8 bash-4.1.tar.gz
just like it `make` create wget-list
--
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfrom
/*
* Allocate the Input buffer front-end.
*/
ret = xmlAllocParserInputBuffer(enc);
if (ret != NULL) {
ret->context = context;
ret->readcallback = xmlInputCallbackTable[i].readcallback;
ret->closecallback = xmlInputCallbackTable[i].closecallback;
#ifdef HAVE_ZLIB_H
if ((xmlInpu
I met it when I build LFS html book.
It can be fixed it with
./configure \
--prefix=/usr \
--without-zlib
xmlIO.c:2396 2-2.6.31
xmlIO.c:2510 2-2.7.6
/*
* Allocate the Input buffer front-end.
*/
ret = xmlAllocParserInputBuffer(enc);
if (ret != NULL) {
ret->context = context