我想使用自定义编译选项来编译php sqlite3。为此,我遵循以下步骤
wget http://be.php.net/distributions/php-5.3.10.tar.gz
tar -xvf php-5.3.10.tar.gz
cd php-5.3.10 / ext / sqlite3
运行phpize
但是我得到了错误:
Cannot find config.m4.
Make sure that you run '/usr/bin/phpize' in the top level source directory of the module
我怎么解决这个问题 ?
最佳答案
好像已经报告了错误
https://bugs.php.net/bug.php?id=53571&edit=1。
关于php - 如何使用sqlite3支持编译php,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/11132052/