首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >找不到phpize命令

找不到phpize命令
EN

Server Fault用户
提问于 2011-01-23 17:17:49
回答 2查看 11.2K关注 0票数 1

我在我的server 5服务器上安装了memcache,并且我遵循这个指南> http://www.howtoforge.com/php_模缓存_centos5.0

现在,当我进入的时候,phpize && ./configure --enable-memcache && make

服务器说phpize: command not found

因此,我尝试了这个命令yum -y install php-devel,下面是来自服务器的答案

代码语言:javascript
复制
Loaded plugins: fastestmirror
Repository 'vz-base' is missing name in configuration, using id
Repository 'vz-updates' is missing name in configuration, using id
Loading mirror speeds from cached hostfile
 * addons: mirror.5ninesolutions.com
 * base: mirror.san.fastserv.com
 * extras: mirror.nwresd.org
 * rpmforge: apt.sw.be
 * updates: mirror.5ninesolutions.com
Excluding Packages in global exclude list
Finished
Setting up Install Process
No package php-devel available.
Nothing to do

所以..。有线索吗?

EN

回答 2

Server Fault用户

回答已采纳

发布于 2011-01-23 19:30:40

你把php-devel安装到哪里了?默认目录?看起来phpize要么没有安装,要么没有出现在您的路径中。你能帮我查一下phpize吗?一旦找到,您可以将其添加到您的路径中,或者直接调用它。

票数 2
EN

Server Fault用户

发布于 2011-01-23 17:24:47

添加茉莉花库

安装php-devel:

代码语言:javascript
复制
yum -y install php-devel
票数 2
EN
页面原文内容由Server Fault提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://serverfault.com/questions/225831

复制
相关文章

相似问题

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