How To Install The EPEL Repo on CentOS/RHEL/Scientific Linux 7, 6 and 5

CentOS 7: vmhacks.com]# wget https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm vmhacks.com]# rpm -Uvh epel-release-7*.rpm CentOS 6: vmhacks.com]# wget https://dl.fedoraproject.org/pub/epel/epel-release-latest-6.noarch.rpm vmhacks.com]# rpm -Uvh epel-release-6*.rpm CentOS 5: vmhacks.com]# wget http://dl.fedoraproject.org/pub/epel/5/x86_64/epel-release-5-4.noarch.rpm vmhacks.com]# rpm -Uvh epel-release-5*.rpm Enjoy Mm.,

Compiling PHP 5.5 from Source on CentOS 6 RHEL 6 – configure: error: xml2-config not found. Please check your libxml2 installation.

Hey br0’s, Check this out: say you’re on CentOS 6 or RHEL6 or what have you and you’re trying to compile php 5.5.  You may end up getting the following error: vmhacks.com]# ./configure –prefix=/phproot configure: error: xml2-config not found. Please check your libxml2 installation. Here’s what you need to run in order to install the… Continue reading Compiling PHP 5.5 from Source on CentOS 6 RHEL 6 – configure: error: xml2-config not found. Please check your libxml2 installation.