Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/php/232.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
lampp上的memcached php_Php_Linux_Lampp - Fatal编程技术网

lampp上的memcached php

lampp上的memcached php,php,linux,lampp,Php,Linux,Lampp,我在linux发行版MINT 15的lampp上安装memcached php时遇到问题,我在互联网上搜索了所有地方,包括stackoverflow,我尝试安装,但失败了,因为当我在终端中启动命令时 /etc/init.d/memcached start Starting memcached: "memcached. /etc/init.d/memcached start 启动memcached:“memcached。 但它不起作用,因为我仍然在php代码中遇到错误。 致命错误:未捕获异常“e

我在linux发行版MINT 15的lampp上安装memcached php时遇到问题,我在互联网上搜索了所有地方,包括stackoverflow,我尝试安装,但失败了,因为当我在终端中启动命令时

/etc/init.d/memcached start
Starting memcached: "memcached. /etc/init.d/memcached start
启动memcached:“memcached。 但它不起作用,因为我仍然在php代码中遇到错误。

致命错误:未捕获异常“exception”,消息“Memcached extension未能加载”。在


有什么帮助吗?

您需要与操作系统兼容:

  • libevent API
  • memcache php模块
  • memcached

您的PHP没有
memcached
扩展。请注意,它与
memcache
扩展不同。