我试图在Centos 6.3上安装php5.4,于是我决定使用webstatic。我尝试使用以下命令安装imagick
pecl install imagick
yum install php54w-pecl-imagick
yum install php54w-imagick但每一次都没有结果。有没有一种使用php54w安装imagick的方法?
发布于 2013-07-02 20:39:24
您可以使用IUS社区回购- http://dl.iuscommunity.org/pub/ius/stable/Redhat/6/。但是首先,您需要卸载以前安装的php包。和执行以下命令
# rpm --import http://dl.iuscommunity.org/pub/ius/IUS-COMMUNITY-GPG-KEY
# rpm -ivh http://dl.iuscommunity.org/pub/ius/stable/Redhat/6/x86_64/ius-release-1.0-11.ius.el6.noarch.rpm
# yum install php54-pecl-imagick我以为你用的是x64拱门
https://serverfault.com/questions/518466
复制相似问题