使用XAMPP安装Memcache在Linux Mint中配置LAMP环境

时间:2010-01-01 22:50:34

标签: php linux unix memcached xampp

好的,我已经成功安装了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
  4. 我面临的问题是从/ 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
    

    任何人都可以告诉我wat做这个错误,如果有人有任何有用的链接在Linux上使用XAMPP配置memcache请粘贴在这里。

    感谢。

3 个答案:

答案 0 :(得分:1)

首先解压缩xdebug。 在phpize的步骤中,确保您可以通过发出(ls) command来查看名为(config.m4)的文件,即在

中输入两次压缩文件内部
~/Downloads/xdebug-2.2.3/xdebug-2.2.3# sudo phpize

答案 1 :(得分:0)

尝试以root身份运行:sudo phpize...

答案 2 :(得分:0)

看起来你错过了一些要安装的软件包。我按照以下指南尝试安装xdebug时解决了phpize问题

http://www.spiration.co.uk/post/1385/Cannot-find-autoconf.-Please-check-your-autoconf-installation