The Expat package contains a stream oriented C library for parsing XML.
Prepare Expat for compilation:
./configure --prefix=/usr \
--disable-static \
--docdir=/usr/share/doc/expat-2.7.0
Compile the package:
make
Install the package:
make install