【发布时间】:2010-12-31 16:31:16
【问题描述】:
好的,我已经成功安装了 XAMPP 并添加了虚拟主机,并且能够进行数据库调用和其他操作。我面临的问题是在尝试启用 memcache 模块时。 目前正在尝试使用这些链接进行配置。
- http://theindexer.wordpress.com/2008/06/02/installing-a-lamp-stack-on-linux-using-xampp-for-linux/
- http://theindexer.wordpress.com/2008/06/11/installing-xdebug-on-xampp-for-linux/
- http://lynxbites.blogspot.com/2009/09/steps-to-install-memcache.html
我面临的问题是从 /opt/lampp/bin/phpize 启动 phpize
我收到以下错误。
Cannot find config.m4.
Make sure that you run '/opt/lampp/bin/phpize' in the top level source directory of the module
谁能告诉我如何解决这个错误,如果有人有任何有用的链接可以在 Linux 上使用 XAMPP 配置 memcache,请粘贴到这里。
谢谢。
【问题讨论】:
标签: php linux unix memcached xampp