php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #53571 phpize: Can not build extensions with config[0-9].m4
Submitted: 2010-12-18 07:20 UTC Modified: 2013-10-01 12:25 UTC
From: admin at webdesignforall dot net Assigned:
Status: Suspended Package: Compile Failure
PHP Version: 5.3.4 OS: linux
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: admin at webdesignforall dot net
New email:
PHP Version: OS:

 

 [2010-12-18 07:20 UTC] 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.


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2010-12-18 13:07 UTC] johannes@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 16:10 UTC] 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-20 15:30 UTC] jani@php.net
-Summary: ext/sqlite3 is missing config.m4 +Summary: phpize: Can not build extensions with config[0-9].m4 -Package: *Compile Issues +Package: Compile Failure
 [2013-10-01 12:25 UTC] mike@php.net
-Status: Open +Status: Suspended
 [2013-10-01 12:25 UTC] mike@php.net
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
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Wed Apr 02 07:01:31 2025 UTC