在centOS上安装ImageMagick php扩展结果错误

FickDace

好吧,我正在尝试在我的centOS服务器上安装ImageMagick。

错误发生之前我采取的步骤:

# yum install gcc php-devel php-pear

# yum install ImageMagick ImageMagick-devel

# pecl install imagick <-- GIVES ME ERROR

我得到的错误:

Warning: Invalid argument supplied for foreach() in Command.php on line 259

Warning: Invalid argument supplied for foreach() in /usr/share/pear/PEAR/Command.php on line 259

Warning: Invalid argument supplied for foreach() in Command.php on line 259

Warning: Invalid argument supplied for foreach() in /usr/share/pear/PEAR/Command.php on line 259

Warning: Invalid argument supplied for foreach() in Command.php on line 259

Warning: Invalid argument supplied for foreach() in /usr/share/pear/PEAR/Command.php on line 259

Warning: Invalid argument supplied for foreach() in Command.php on line 259

Warning: Invalid argument supplied for foreach() in /usr/share/pear/PEAR/Command.php on line 259

Warning: Invalid argument supplied for foreach() in Command.php on line 259

Warning: Invalid argument supplied for foreach() in /usr/share/pear/PEAR/Command.php on line 259

Warning: Invalid argument supplied for foreach() in Command.php on line 259

Warning: Invalid argument supplied for foreach() in /usr/share/pear/PEAR/Command.php on line 259

Warning: Invalid argument supplied for foreach() in Command.php on line 259

Warning: Invalid argument supplied for foreach() in /usr/share/pear/PEAR/Command.php on line 259

Warning: Invalid argument supplied for foreach() in Command.php on line 259

Warning: Invalid argument supplied for foreach() in /usr/share/pear/PEAR/Command.php on line 259

Warning: Invalid argument supplied for foreach() in Command.php on line 259

Warning: Invalid argument supplied for foreach() in /usr/share/pear/PEAR/Command.php on line 259

Warning: Invalid argument supplied for foreach() in Command.php on line 259

Warning: Invalid argument supplied for foreach() in /usr/share/pear/PEAR/Command.php on line 259

Warning: Invalid argument supplied for foreach() in Command.php on line 259

Warning: Invalid argument supplied for foreach() in /usr/share/pear/PEAR/Command.php on line 259

Notice: Undefined index: honorsbaseinstall in Role.php on line 180

Notice: Undefined index: honorsbaseinstall in Role.php on line 180

Notice: Undefined index: honorsbaseinstall in Role.php on line 180

Notice: Undefined index: honorsbaseinstall in Role.php on line 180

Notice: Undefined index: honorsbaseinstall in Role.php on line 180

Notice: Undefined index: honorsbaseinstall in Role.php on line 180

Notice: Undefined index: honorsbaseinstall in Role.php on line 180

Notice: Undefined index: honorsbaseinstall in Role.php on line 180

Notice: Undefined index: honorsbaseinstall in Role.php on line 180

Notice: Undefined index: installable in Role.php on line 145

Notice: Undefined index: installable in Role.php on line 145

Notice: Undefined index: installable in Role.php on line 145

Notice: Undefined index: installable in Role.php on line 145

Notice: Undefined index: installable in Role.php on line 145

Notice: Undefined index: installable in Role.php on line 145

Notice: Undefined index: installable in Role.php on line 145

Notice: Undefined index: installable in Role.php on line 145

Notice: Undefined index: installable in Role.php on line 145

Notice: Undefined index: phpfile in Role.php on line 212

Notice: Undefined index: phpfile in Role.php on line 212

Notice: Undefined index: phpfile in Role.php on line 212

Notice: Undefined index: phpfile in Role.php on line 212

Notice: Undefined index: phpfile in Role.php on line 212

Notice: Undefined index: phpfile in Role.php on line 212

Notice: Undefined index: phpfile in Role.php on line 212

Notice: Undefined index: phpfile in Role.php on line 212

Notice: Undefined index: phpfile in Role.php on line 212

Notice: Undefined index: config_vars in Role.php on line 49

Notice: Undefined index: config_vars in Role.php on line 49

Notice: Undefined index: config_vars in Role.php on line 49

Notice: Undefined index: config_vars in Role.php on line 49

Notice: Undefined index: config_vars in Role.php on line 49

Notice: Undefined index: config_vars in Role.php on line 49

Notice: Undefined index: config_vars in Role.php on line 49

Notice: Undefined index: config_vars in Role.php on line 49

Notice: Undefined index: config_vars in Role.php on line 49

Warning: Invalid argument supplied for foreach() in PEAR/Command.php on line 259

Warning: Invalid argument supplied for foreach() in /usr/share/pear/PEAR/Command.php on line 259

Warning: Invalid argument supplied for foreach() in PEAR/Command.php on line 259

Warning: Invalid argument supplied for foreach() in /usr/share/pear/PEAR/Command.php on line 259

Warning: Invalid argument supplied for foreach() in PEAR/Command.php on line 259

Warning: Invalid argument supplied for foreach() in /usr/share/pear/PEAR/Command.php on line 259

Warning: Invalid argument supplied for foreach() in PEAR/Command.php on line 259

Warning: Invalid argument supplied for foreach() in /usr/share/pear/PEAR/Command.php on line 259

Warning: Invalid argument supplied for foreach() in PEAR/Command.php on line 259

Warning: Invalid argument supplied for foreach() in /usr/share/pear/PEAR/Command.php on line 259

Warning: Invalid argument supplied for foreach() in PEAR/Command.php on line 259

Warning: Invalid argument supplied for foreach() in /usr/share/pear/PEAR/Command.php on line 259

Warning: Invalid argument supplied for foreach() in PEAR/Command.php on line 259

Warning: Invalid argument supplied for foreach() in /usr/share/pear/PEAR/Command.php on line 259

Warning: Invalid argument supplied for foreach() in PEAR/Command.php on line 259

Warning: Invalid argument supplied for foreach() in /usr/share/pear/PEAR/Command.php on line 259

Warning: Invalid argument supplied for foreach() in PEAR/Command.php on line 259

Warning: Invalid argument supplied for foreach() in /usr/share/pear/PEAR/Command.php on line 259

Warning: Invalid argument supplied for foreach() in PEAR/Command.php on line 259

Warning: Invalid argument supplied for foreach() in /usr/share/pear/PEAR/Command.php on line 259

Warning: Invalid argument supplied for foreach() in PEAR/Command.php on line 259

Warning: Invalid argument supplied for foreach() in /usr/share/pear/PEAR/Command.php on line 259 XML Extension not found

谢谢 !

Zaher Abou Shakra

请注意,重新安装时请使用php pear的php56w版本(而不是库存的php-pear软件包)。简而言之:
1. yum清除php-pear
2. rm -rf / usr / share / pear /
3. yum安装php56w-pear

本文收集自互联网,转载请注明来源。

如有侵权,请联系[email protected] 删除。

编辑于
0

我来说两句

0条评论
登录后参与评论

相关文章

来自分类Dev

无法在Centos上安装php-mysqli扩展

来自分类Dev

在CentOS上使用PHP 7的Memcache扩展无法安装

来自分类Dev

在具有多个 php 版本的 centos 上安装 sqlsrv 扩展

来自分类Dev

在CentOS 6.5上安装GitLab:卷曲错误

来自分类Dev

CentOS 6.6上的Qmailrocks安装错误

来自分类Dev

在CentOS 6.5上安装GitLab:卷曲错误

来自分类Dev

在centos 7 上安装fontcustom 返回错误

来自分类Dev

如何在Ubuntu上为PHP7安装imagemagick?

来自分类Dev

在Centos 7上安装PHP 5.5

来自分类Dev

mongodb php扩展安装给配置错误

来自分类Dev

在RedHat上安装PHP扩展

来自分类Dev

如何在CentOS 7上从头开始安装PHP 7.4的zip扩展?

来自分类Dev

日期在PHP上返回错误的结果

来自分类Dev

在CentOS上安装MongoDB时出现Yum错误?

来自分类Dev

在CentOS 7上安装dnf后出现错误

来自分类Dev

在CentOS 7上从源码安装pymol时出现错误

来自分类Dev

需要在Centos 6.4上安装Imagemagick的帮助

来自分类Dev

无法在CentOS上安装PHP软件包

来自分类Dev

无法在Centos 6.4上安装php 5.5 opcache

来自分类Dev

无法在Centos7上安装php-mssql或freetds

来自分类Dev

无法在CentOS 7上为PHP 7.1安装libsodium

来自分类Dev

无法在Centos 7上安装php-devel

来自分类Dev

在 centOs 上使用 PHP 5.6 安装 OCI8 (vagrant)

来自分类Dev

在Mac / OSX 10.8.4上安装Imagemagick会引发字符串错误

来自分类Dev

如何在Windows 7上安装ImageMagick以与PHP结合使用(3)

来自分类Dev

如何在Amazon Linux AMI上为PHP和Wordpres安装和配置ImageMagick

来自分类Dev

如何在Bitnami的wamp-stack PHP v7.1.4上安装和使用ImageMagick/Imagick

来自分类Dev

如何在bluemix上安装php扩展?

来自分类Dev

扩展Centos上的交换

Related 相关文章

热门标签

归档