Edit report at https://bugs.php.net/bug.php?id=53571&edit=1
ID: 53571 Updated by: m...@php.net Reported by: admin at webdesignforall dot net Summary: phpize: Can not build extensions with config[0-9].m4 -Status: Open +Status: Suspended Type: Bug Package: Compile Failure Operating System: linux PHP Version: 5.3.4 Block user comment: N Private report: N New Comment: Patches welcome. In the meantime you can enable phpize builds with the a little trick in config.m4: sinclude(config9.m4) See pecl/http as example: http://svn.php.net/viewvc/pecl/http/branches/DEV_2/config.m4?revision=303137&view=markup Previous Comments: ------------------------------------------------------------------------ [2010-12-18 16:10:39] admin at webdesignforall dot net phpize is quicker than compiling php with the shared extension, so I'll stick to renaming the config0.m4 for now. ------------------------------------------------------------------------ [2010-12-18 13:07:13] johan...@php.net This actually is a bug in phpize, if at all. The name actually is part of a simple dependency mechanism for building extensions in the right order. You can build sqlite3 shared when doing ./configure--with-sqlite3=shared in the PHP source, no need for phpize. ------------------------------------------------------------------------ [2010-12-18 07:20:44] admin at webdesignforall dot net Description: ------------ ext/sqlite3 has a config0.m4 file instead of config.m4 so phpize complains. Nothing major since it can be renamed before running phpize, just a niggle. ------------------------------------------------------------------------ -- Edit this bug report at https://bugs.php.net/bug.php?id=53571&edit=1