From:             cristic at interaktonline dot com
Operating system: Linux Fedora Core 4
PHP version:      5.1.2
PHP Bug Type:     *Extensibility Functions
Bug description:  phpize error

Description:
------------
When the automake and autoconf miss from the machine the phpize output
will display:

Configuring for:
PHP Api Version:         20041225
Zend Module Api No:      20050922
Zend Extension Api No:   220051025
/usr/bin/phpize: line 105: aclocal: command not found

instead of making an initial check of these tools installed on machine
and to throw the appropriate error message.

Fixed after installing the automake.

This was originally reported to the PECL and redirected here:
http://pecl.php.net/bugs/bug.php?id=5575


Reproduce code:
---------------
[EMAIL PROTECTED] APC-3.0.8]# phpize

Expected result:
----------------
Configuring for:
PHP Api Version:         20041225
Zend Module Api No:      20050922
Zend Extension Api No:   220051025
Automake missing => minimal version required x.x.x

Actual result:
--------------
/usr/bin/phpize: line 105: aclocal: command not found

which is kind of cryptic


I just tried to point this so future users having this problem to not have
to start doing a big research and to improve the PHP feel. It is a small
issue but normally I expect to see what is expected things from the
machine and what is the actual found results in a less computer binary
machine language.

-- 
Edit bug report at http://bugs.php.net/?id=36509&edit=1
-- 
Try a CVS snapshot (PHP 4.4): 
http://bugs.php.net/fix.php?id=36509&r=trysnapshot44
Try a CVS snapshot (PHP 5.1): 
http://bugs.php.net/fix.php?id=36509&r=trysnapshot51
Try a CVS snapshot (PHP 6.0): 
http://bugs.php.net/fix.php?id=36509&r=trysnapshot60
Fixed in CVS:                 http://bugs.php.net/fix.php?id=36509&r=fixedcvs
Fixed in release:             
http://bugs.php.net/fix.php?id=36509&r=alreadyfixed
Need backtrace:               http://bugs.php.net/fix.php?id=36509&r=needtrace
Need Reproduce Script:        http://bugs.php.net/fix.php?id=36509&r=needscript
Try newer version:            http://bugs.php.net/fix.php?id=36509&r=oldversion
Not developer issue:          http://bugs.php.net/fix.php?id=36509&r=support
Expected behavior:            http://bugs.php.net/fix.php?id=36509&r=notwrong
Not enough info:              
http://bugs.php.net/fix.php?id=36509&r=notenoughinfo
Submitted twice:              
http://bugs.php.net/fix.php?id=36509&r=submittedtwice
register_globals:             http://bugs.php.net/fix.php?id=36509&r=globals
PHP 3 support discontinued:   http://bugs.php.net/fix.php?id=36509&r=php3
Daylight Savings:             http://bugs.php.net/fix.php?id=36509&r=dst
IIS Stability:                http://bugs.php.net/fix.php?id=36509&r=isapi
Install GNU Sed:              http://bugs.php.net/fix.php?id=36509&r=gnused
Floating point limitations:   http://bugs.php.net/fix.php?id=36509&r=float
No Zend Extensions:           http://bugs.php.net/fix.php?id=36509&r=nozend
MySQL Configuration Error:    http://bugs.php.net/fix.php?id=36509&r=mysqlcfg

Reply via email to