pecl install memcache, Error...

nadlerz

Verified User
Joined
Apr 29, 2012
Messages
142
[root@server ~]# pecl install memcache
downloading memcache-2.2.6.tgz ...
Starting to download memcache-2.2.6.tgz (35,957 bytes)
..........done: 35,957 bytes
11 source files, building
running: phpize
Configuring for:
PHP Api Version: 20041225
Zend Module Api No: 20060613
Zend Extension Api No: 220060519
Cannot find autoconf. Please check your autoconf installation and the
$PHP_AUTOCONF environment variable. Then, rerun this script.

ERROR: `phpize' failed


********

Any fix for this problem?
 
Sometimes I get this:


[root@server ~]# pecl install memcache
Could not download from "http://pecl.php.net/get/memcache-2.2.6.tgz", cannot download "pecl/memcache" (Connection to `pecl.php.net:80' failed: php_network_getaddresses: getaddrinfo failed: Name or service not known)
Error: cannot download "pecl/memcache"
Download failed
install failed
[root@server ~]#
 
Back
Top