Try:
yum install php5-pear php5-devel
// (note the '5').
As for httpd-devel
, check your /etc/yum.conf file and make sure that the line saying 'exclude=' line doesn't contain 'httpd'. If it does, remove it and try the command again.
Try:
yum install php5-pear php5-devel
// (note the '5').
As for httpd-devel
, check your /etc/yum.conf file and make sure that the line saying 'exclude=' line doesn't contain 'httpd'. If it does, remove it and try the command again.