Я пытаюсь установить XDebug в последней версии Ubuntu, но получаю следующую ошибку:
pecl install Xdebug
WARNING: configuration download directory "/build/buildd/php5-5.2.10.dfsg.1/pear-build-download" is not writeable. Change download_dir config variable to a writeable dir to avoid this warning
Cannot install, php_dir for channel "pecl.php.net" is not writeable by the current user
jigal@LT-Jigal:/$ sudo pecl install Xdebug
downloading xdebug-2.0.5.tgz ...
Starting to download xdebug-2.0.5.tgz (289,234 bytes)
.................done: 289,234 bytes
67 source files, building
running: phpize
sh: phpize: not found
ERROR: `phpize' failed
Как я могу это решить?
Установка пакета php5-dev должна решить вашу проблему. Вы можете найти эту информацию на http://packages.ubuntu.com/, с phpize5 (автоматически связывается с phpize)