Вот cmd:
pecl install apc
Результат:
downloading APC-3.1.9.tgz ...
Starting to download APC-3.1.9.tgz (155,540 bytes)
.................................done: 155,540 bytes
54 source files, building
running: phpize
Configuring for:
PHP Api Version: 20100412
Zend Module Api No: 20100525
Zend Extension Api No: 220100525
Cannot find autoconf. Please check your autoconf installation and the
$PHP_AUTOCONF environment variable. Then, rerun this script.
ERROR: `phpize' failed
По какой-то причине я не могу установить "apc" и "pecl_http".
Также я использую PHP-5.4, и когда я его скомпилировал, я сделал:
./configure --enable-fpm --with-mcrypt --with-zlib --enable-mbstring --disable-pdo --with-curl --disable-debug --disable-rpath --with-bz2 --with-zlib --enable-sockets --enable-sysvsem --enable-sysvshm --enable-mbregex --with-mhash --enable-zip --with-pcre-regex --enable-ctype --enable-bcmath --enable-calendar --enable-exif --with-gettext --with-openssl --enable-shmop --enable-soap --enable-wddx --with-xmlrpc
Я включил "fpm", этого достаточно для PHP 5.4 и почему pecl не работает?
Заранее благодарю за любую помощь.
ОБНОВИТЬ:
Я сделал && установить
Configuration File (php.ini) Path: /usr/local/lib
Loaded Configuration File: (none)
Scan for additional .ini files in: (none)
Additional .ini files parsed: (none)
Вам не хватает пакета php5-dev: http://packages.ubuntu.com/quantal/php5-dev
Активируя php-fpm во время настройки PHP 5.4, вы включаете php-fpm: http://php-fpm.org/