尝试在Centos 5上安装以下操作:
[root@d ~]# pecl install imagick我得到了以下输出:
downloading imagick-3.0.1.tgz ...
Starting to download imagick-3.0.1.tgz (93,920 bytes)
.....................done: 93,920 bytes
13 source files, building
running: phpize
Configuring for:
PHP Api Version: 20041225
Zend Module Api No: 20060613
Zend Extension Api No: 220060519
/usr/bin/autoconf: /usr/bin/autom4te: /usr/bin/perl: bad interpreter: Permission denied
/usr/bin/autoconf: line 271: /usr/bin/autom4te: Success
ERROR: `phpize' failed翻译不好是问题所在吗?这会导致phpize失败吗?还是这两个独立的问题?
发布于 2012-03-21 13:02:44
Permission denied到Perl?您是否启用了SELinux或其他有趣的事情?你做过像chmod 000 /usr/bin/perl这样的奇怪的事情吗?
https://serverfault.com/questions/371948
复制相似问题