What is the process to compile libxml2 ?
As most UNIX libraries libxml2 follows the “standard”: gunzip -c xxx.tar.gz | tar xvf – cd libxml-xxxx ./configure –help to see the options, then the compilation/installation proper ./configure [possible options] make make install At that point you may have to rerun ldconfig or a similar utility to update your list of installed shared libs.