Installing PHP Pecl: Cannot find config.m4, ERROR: `phpize' failed

sneader

Well-Known Member
Aug 21, 2003
1,195
68
178
La Crosse, WI
cPanel Access Level
Root Administrator
Using the PECL installer in WHM to install "SCA_SDO", described as "Service Component Architecture (SCA) and Service Data Objects (SDO) for PHP"

After clicking "Install" the log on-screen shows:

downloading SCA_SDO-1.2.4.tgz ...
Starting to download SCA_SDO-1.2.4.tgz (576,531 bytes)
.....................................................................................done: 576,531 bytes
194 source files, building
running: phpize
Cannot find config.m4.
Make sure that you run '/usr/local/bin/phpize' in the top level source directory of the module

ERROR: `phpize' failed
The SCA_SDO.so object is not in /usr/local/lib/php/extensions/no-debug-non-zts-20060613
Tidying /usr/local/lib/php.ini...
No changes
Tidying /usr/local/cpanel/3rdparty/etc/php.ini...
No changes
Thoughts?

- Scott
 

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,267
463
Hello :)

It appears this PECL module is not compatible with PHP 5.3+ per the following PHP bug report:

https://bugs.php.net/bug.php?id=58951

I do not suggest using this module if it's not compatible with the version of PHP you have installed. You can find a third-party patch for this if you search on Google, however these are user-submitted patches that are not vendor-approved.

Thank you.
 

bla

Registered
Apr 10, 2013
2
0
1
cPanel Access Level
Root Administrator
Do you know if the update will come out and when?

Hello :)

It appears this PECL module is not compatible with PHP 5.3+ per the following PHP bug report:

https://bugs.php.net/bug.php?id=58951

I do not suggest using this module if it's not compatible with the version of PHP you have installed. You can find a third-party patch for this if you search on Google, however these are user-submitted patches that are not vendor-approved.

Thank you.
 

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,267
463
Do you know if the update will come out and when?
It's really a matter of if/when PHP or the PECL module developers decide to implement changes to resolve the error. It would then be included in the newer version of PHP or the module itself. This is out of the control of cPanel.

Thank you.