【问题标题】:Configuring LAMP Environment in Linux Mint using XAMPP- installing Memcache使用 XAMPP 在 Linux Mint 中配置 LAMP 环境 - 安装 Memcache
【发布时间】:2010-12-31 16:31:16
【问题描述】:

好的,我已经成功安装了 XAMPP 并添加了虚拟主机,并且能够进行数据库调用和其他操作。我面临的问题是在尝试启用 memcache 模块时。 目前正在尝试使用这些链接进行配置。

  1. http://theindexer.wordpress.com/2008/06/02/installing-a-lamp-stack-on-linux-using-xampp-for-linux/
  2. http://theindexer.wordpress.com/2008/06/11/installing-xdebug-on-xampp-for-linux/
  3. 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


    【解决方案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...

        【讨论】:

          猜你喜欢
          • 2015-09-07
          • 1970-01-01
          • 2019-06-28
          • 2012-02-25
          • 1970-01-01
          • 1970-01-01
          • 2022-12-23
          • 2017-07-10
          • 2018-10-12
          相关资源
          最近更新 更多