关于LAMP上memcached的安装问题

关于LAMP上memcached的安装问题

当我尝试在 php 脚本中使用 memcached 时,出现找不到类的错误。我在 Ubuntu 9.01 上运行 LAMP,到目前为止已采取了以下几个步骤:

apt-get install memcached
pecl install Memcache
apache2ctl restart

查看 phpinfo 时我看到了 memcache 扩展,但没有 memcached?!

我还需要做什么才能在脚本中使用 memcached 吗?提前致谢

答案1

在 Google 上搜索“未找到 memcache 类”未找到 Memcache 类带有故障排除说明的线程:

运行php -i | grep memcache以确保 PHP 是使用该--enable-memcache选项进行编译的。

答案2

apt-get install php5-memcache

再等 3 分钟...啦啦啦啦啦啦... 两个机器人检查...啦啦啦啦..... 再进行一次机器人检查..呼呼....

相关内容