phpize uses automake

There was missing automake, when I got these messages:

#:/usr/local/src/SQLite-0.9# phpize
/usr/local/bin/phpize: line 41: aclocal: command not found
configure.in:20: error: possibly undefined macro: AC_MSG_ERROR
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
configure.in:72: error: possibly undefined macro: AC_PROG_LIBTOOL
configure:2327: error: possibly undefined macro: AC_DEFINE
You should add the contents of `/usr/share/aclocal/libtool.m4\’ to `aclocal.m4\’.
Configuring for:
PHP Api Version: 20020918
Zend Module Api No: 20020429
Zend Extension Api No: 90021012

So an \”# apt-get install automake\” did the job. It had nothing to do with locales.

Leave a Reply