使用 XAMPP 在 Linux Mint 中配置 LAMP 环境 - 安装 Memcache
Posted
技术标签:
【中文标题】使用 XAMPP 在 Linux Mint 中配置 LAMP 环境 - 安装 Memcache【英文标题】:Configuring LAMP Environment in Linux Mint using XAMPP- installing Memcache 【发布时间】: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,请粘贴到这里。
谢谢。
【问题讨论】:
【参考方案1】:首先解压xdebug。
在 phpize 步骤中,通过发出 (ls) command
确保您可以看到名为 (config.m4) 的文件,即在压缩文件中输入两次
~/Downloads/xdebug-2.2.3/xdebug-2.2.3# sudo phpize
【讨论】:
【参考方案2】:看起来您缺少一些要安装的软件包。我在尝试按照以下指南安装 xdebug 时解决了 phpize 问题
http://www.spiration.co.uk/post/1385/Cannot-find-autoconf.-Please-check-your-autoconf-installation
【讨论】:
【参考方案3】:尝试以 root 身份运行:sudo phpize...
【讨论】:
以上是关于使用 XAMPP 在 Linux Mint 中配置 LAMP 环境 - 安装 Memcache的主要内容,如果未能解决你的问题,请参考以下文章