我在我的server 5服务器上安装了memcache,并且我遵循这个指南> http://www.howtoforge.com/php_模缓存_centos5.0
现在,当我进入的时候,phpize && ./configure --enable-memcache && make
服务器说phpize: command not found
因此,我尝试了这个命令yum -y install php-devel,下面是来自服务器的答案
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所以..。有线索吗?
发布于 2011-01-23 19:30:40
你把php-devel安装到哪里了?默认目录?看起来phpize要么没有安装,要么没有出现在您的路径中。你能帮我查一下phpize吗?一旦找到,您可以将其添加到您的路径中,或者直接调用它。
发布于 2011-01-23 17:24:47
添加茉莉花库
安装php-devel:
yum -y install php-develhttps://serverfault.com/questions/225831
复制相似问题