majglow
01-19-2006, 09:05 PM
I am trying to get the PECL memcache extension to work, so I run the following:
/usr/local/bin/pecl install memcache
and get the following output:
downloading memcache-2.0.0.tgz ...
Starting to download memcache-2.0.0.tgz (16,896 bytes)
......done: 16,896 bytes
4 source files, building
running: phpize
Configuring for:
PHP Api Version: 20020918
Zend Module Api No: 20020429
Zend Extension Api No: 20050606
Cannot find autoheader. Please check your autoconf installation and the $PHP_AUTOHEADER
environment variable is set correctly and then rerun this script.
ERROR: `phpize' failed
---------------------------------------
Why does phpize fail? I have no idea :( Please help.
/usr/local/bin/pecl install memcache
and get the following output:
downloading memcache-2.0.0.tgz ...
Starting to download memcache-2.0.0.tgz (16,896 bytes)
......done: 16,896 bytes
4 source files, building
running: phpize
Configuring for:
PHP Api Version: 20020918
Zend Module Api No: 20020429
Zend Extension Api No: 20050606
Cannot find autoheader. Please check your autoconf installation and the $PHP_AUTOHEADER
environment variable is set correctly and then rerun this script.
ERROR: `phpize' failed
---------------------------------------
Why does phpize fail? I have no idea :( Please help.