我想用自定义编译选项编译 php sqlite3。为此,我遵循以下步骤
- wget http://be.php.net/distributions/php-5.3.10.tar.gz
- 焦油 -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
我怎么解决这个问题 ?