Hi,
I've installed php-imap, php-mycrypt, and php-mysql into my server using the command :
Code:
yum install libc-client
rpm -i http://repo.webtatic.com/yum/centos/5/x86_64/php-imap-5.2.12-1.x86_64.rpm
Code:
yum install libmcrypt
rpm -i http://repo.webtatic.com/yum/centos/5/x86_64/php-mcrypt-5.2.12-1.x86_64.rpm
Code:
yum install php-mysql
rpm -i http://repo.webtatic.com/yum/centos/5/x86_64/php-mysql-5.2.12-1.x86_64.rpm
Now I want to install php-gd. The only version available for php5.2.12 in the webtatic repo is php-gd-5.2.12-1.1.
I do a :
Code:
yum install php-gd
rpm -i http://repo.webtatic.com/yum/centos/5/x86_64/php-gd-5.2.12-1.1.x86_64.rpm
The error that I get is :
Code:
error: Failed dependencies:php-common = 5.2.12-1.1 is needed by php-gd-5.2.12-1.1.x86_64
So I do a :
Code:
rpm -i http://repo.webtatic.com/yum/centos/5/x86_64/php-common-5.2.12-1.1.x86_64.rpm
And then the error that I get is :
Code:
file /usr/lib64/php/modules/curl.so from install of php-common-5.2.12-1.1.x86_64 conflicts with file from package php-common-5.2.12-1.x86_64
file /usr/lib64/php/modules/dbase.so from install of php-common-5.2.12-1.1.x86_64 conflicts with file from package php-common-5.2.12-1.x86_64
file /usr/lib64/php/modules/json.so from install of php-common-5.2.12-1.1.x86_64 conflicts with file from package php-common-5.2.12-1.x86_64
file /usr/lib64/php/modules/zip.so from install of php-common-5.2.12-1.1.x86_64 conflicts with file from package php-common-5.2.12-1.x86_64
My boss insists that I install a php-gd-5.2.12.1.x86_64 and does not want me to remove all the php-common-5.2.12.1.x86_64.
The reason I want to remove php-common-5.2.12.1.x86_64 is so that I can install the newer package, which is php-common-5.2.12.1.1.x86_64.
Please give a link or guide me on how to install
php-gd-5.2.12.1.x86_64