When installing PHP 5 from source I ran into the following problems and solutions: Problem:configure: error: xml2-config not found. Please check your libxml2 installation.Solution:sudo apt-get install libxml2-dev Problem:configure: error: Cannot find…