Compiling PHP with Litespeed: configure: error: xml2-config not found
I received the following error in the log when attempting to compile PHP in the Litespeed web admin. Error: configure: error: xml2-config not found. Please check your libxml2 installation. Resolving this error is easy by installing libxml2-devel via yum as shown below. bash yum install libxml2-devel