Centos – Enabling dBase on PHP installed on Centos

centosPHPphp5yum

I have php 5.3.6 installed on Centos 5.5 (from iucommunity repository). Now when I want to enable dBase by yum install php-dbase, I get this error:

Package php-dbase is obsoleted by php-common, trying to install php-common-5.1.6-27.el5_5.3.i386 instead
Package matching php-common-5.1.6.27.el5_5.3.i386 already installed. Checking for update.
Nothing to do

Probably, because I have installed php with yum install php53. How can I enable dBase on my current server?

Best Answer

As it said, php-dbase is obsoleted and you should install php53-common instead:

# yum --enablerepo=iuscommunity install php53-common