The libxml2 package contains XML libraries. These are useful for parsing XML files.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/libxml2/2.6/libxml2-2.6.26.tar.gz
Download (FTP): ftp://xmlsoft.org/libxml2/libxml2-2.6.26.tar.gz
Download MD5 sum: 2d8d3805041edab967368b497642f981
Download size: 4.5 MB
Estimated disk space required: 84 MB (additional 183 MB to run the test suite)
Estimated build time: 1.3 SBU (additional 0.9 SBU to run the test suite)
libxslt-1.1.17 (used for the test suite if found, but not required) and Python-2.4.4 (will install a Python library module if found)
Some packages which utilize libxml2 (such as GNOME Doc Utils) need the Python module installed to function properly and some packages (such as GNOME Panel) will not build properly if the Python module is not available.
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/libxml2
Install libxml2 by running the following commands:
./configure --prefix=/usr && make
To test the results, issue: make check.
Now, as the root user:
make install
--with-history: If this option is used, it enables readline support when running xmlcatalog in shell mode.
When using history support, make check will hang forever if either /etc/inputrc or ~/.inputrc has the option show-all-if-ambiguous turned on.
Last updated on 2006-12-06 13:04:07 -0600