The Expat package contains a stream oriented C library for parsing XML.
This package is known to build and work properly using an LFS-7.0 platform.
Download (HTTP): http://downloads.sourceforge.net/expat/expat-2.0.1.tar.gz
Download MD5 sum: ee8b492592568805593f81f8cdf2a04c
Download size: 446 KB
Estimated disk space required: 6 MB
Estimated build time: 0.1 SBU
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/expat
Install Expat by running the following commands:
patch -Np1 -i ../expat-2.0.1-fixes-3.patch && ./configure --prefix=/usr && make
Now, as the root
user:
make install && install -v -m755 -d /usr/share/doc/expat-2.0.1 && install -v -m644 doc/*.{html,png,css} /usr/share/doc/expat-2.0.1
To test the results, issue: make check as an unprivileged user. Note this must be done after the package is installed.
--disable-static
: This switch prevents
the static library in this package being built and installed.
Last updated on 2011-10-31 19:38:44 +0000