I want to compile php sqlite3 with custom compile option. to do that I followed following steps
- 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
- Run phpize
But I am getting error:
Cannot find config.m4.
Make sure that you run '/usr/bin/phpize' in the top level source directory of the module
How can I solve this problem ?