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.20.tar.bz2
Download (FTP): ftp://ftp.gnome.org/pub/GNOME/sources/libxml2/2.6/libxml2-2.6.20.tar.bz2
Download MD5 sum: 342f722d1770071be19253f229fef677
Download size: 3.0 MB
Estimated disk space required: 79.3 MB
Estimated build time: 0.50 SBU (additional 0.65 SBU to run the testsuite)
Install libxml2 by running the following commands:
./configure --prefix=/usr --with-history && make
To test the results, issue: make check.
Now, as the root user:
make install
--with-history: Enables readline support.
Last updated on 2005-08-01 13:29:19 -0600