Instalar o pacote php5-dev deve resolver seu problema. Você pode encontrar essa informação no link , com o phpize5 (vinculado automaticamente ao phpize)
Estou tentando instalar o XDebug na última versão do Ubuntu, mas recebo o seguinte erro:
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
Como posso resolver isso?
Instalar o pacote php5-dev deve resolver seu problema. Você pode encontrar essa informação no link , com o phpize5 (vinculado automaticamente ao phpize)
Tags installation xdebug ubuntu