试图安装PHP gd扩展php55-common与PHP -common-5.3冲突


trying to install php gd extension php55-common conflicts with php-common-5.3

我试图在php5.5 amazon ec2服务器上安装php gd扩展使用以下命令

yum install php-gd
日志:

Loaded plugins: priorities, update-motd, upgrade-helper
Resolving Dependencies
--> Running transaction check
---> Package php-gd.x86_64 0:5.3.28-1.5.amzn1 will be installed
--> Processing Dependency: php-common(x86-64) = 5.3.28-1.5.amzn1 for package: php-gd-5.3.28-1.5.amzn1.x86_64
--> Processing Dependency: libXpm.so.4()(64bit) for package: php-gd-5.3.28-1.5.amzn1.x86_64
--> Processing Dependency: libt1.so.5()(64bit) for package: php-gd-5.3.28-1.5.amzn1.x86_64
--> Running transaction check
---> Package libXpm.x86_64 0:3.5.10-2.9.amzn1 will be installed
---> Package php-common.x86_64 0:5.3.28-1.5.amzn1 will be installed
---> Package t1lib.x86_64 0:5.1.2-6.5.amzn1 will be installed
--> Processing Conflict: php55-common-5.5.14-1.75.amzn1.x86_64 conflicts php-common < 5.5.14-1.75.amzn1
--> Finished Dependency Resolution
Error: php55-common conflicts with php-common-5.3.28-1.5.amzn1.x86_64
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest

I tried to do this

 sudo yum remove php-common
 sudo yum install php55

但没有改变

删除PHP 5.3:

sudo yum remove php-common
安装PHP5.5:

sudo yum install php55 php55-gd php55-mysqlnd php55-pdo

我在安装gd库时也有问题,我通过使用以下代码解决它,我的php版本是5.6,所以这就是为什么我写php56-gd。如果你的PHP版本是5,你可以使用"yum install php5-gd"

     yum install php56-gd