I am trying to update my php version from 5.1.6 to 5.3.10 at Centos 5.4
I am trying to install the following rpm(i cannot yum or anything like that due to policies).
Code:
rpm -ivh php-ncurses-5.2.12-1.i386.rpm
error: Failed dependencies:
php-common = 5.2.12-1 is needed by php-ncurses-5.2.12-1.i386
But i have install the php-common-5.3.10-1.el5.i386.rpm.
Code:
rpm -qa |grep php
php-common-5.3.10-1.el5
Sorry for my English
