首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >错误的解释器和phpize失败

错误的解释器和phpize失败
EN

Server Fault用户
提问于 2012-03-21 12:58:27
回答 1查看 926关注 0票数 0

尝试在Centos 5上安装以下操作:

代码语言:javascript
复制
[root@d ~]# pecl install imagick

我得到了以下输出:

代码语言:javascript
复制
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失败吗?还是这两个独立的问题?

EN

回答 1

Server Fault用户

回答已采纳

发布于 2012-03-21 13:02:44

Permission denied到Perl?您是否启用了SELinux或其他有趣的事情?你做过像chmod 000 /usr/bin/perl这样的奇怪的事情吗?

票数 2
EN
页面原文内容由Server Fault提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://serverfault.com/questions/371948

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档