如何使用sqlite3支持编译php

时间:2012-06-21 05:32:48

标签: php linux sqlite php-extension

我想用自定义编译选项编译php sqlite3。为此我遵循了以下步骤

  1. wget http://be.php.net/distributions/php-5.3.10.tar.gz
  2. tar -xvf php-5.3.10.tar.gz
  3. cd php-5.3.10 / ext / sqlite3
  4. 运行phpize
  5. 但我收到错误:

    Cannot find config.m4. 
    Make sure that you run '/usr/bin/phpize' in the top level source directory of the module
    

    我该如何解决这个问题?

2 个答案:

答案 0 :(得分:0)

我遇到了这个链接 how to install and run phpize

也请尝试此链接 http://kmaiti.blogspot.in/2010/08/cannot-find-configm4-phpize-resolved.html

我希望这会对你有所帮助

答案 1 :(得分:0)

似乎已经报告了错误 https://bugs.php.net/bug.php?id=53571&edit=1