Eu estava tentando instalar o xdebug no meu Ubuntu16.04 com PHP7.0-fmp.
Dentro da ferramenta personalizada, diz:
Run: phpize (See the FAQ if you don't have phpize.
As part of its output it should show:
Configuring for:
...
Zend Module Api No: 20151012
Zend Extension Api No: 320151012
If it does not, you are using the wrong phpize.
Please follow this FAQ entry and skip the next step.
O FAQ apenas faz referência ao php5-dev para instalar o phpize.
Depois deste post , descobri que o php7.0-dev também deveria instalar o phpize.
Quando tento executar o apt-get install php7.0-dev, recebo a mensagem:
php7.0-dev is already the newest version (7.0.8-0ubuntu0.16.04.2).
The following package was automatically installed and is no longer required:
linux-image-extra-4.4.0-21-generic
que diz que todo o pacote php7.0-dev já está instalado.
Mas quando executo o phpize , tenho a seguinte mensagem:
root@ig:/usr/bin# phpize
Cannot find config.m4.
Make sure that you run '/usr/bin/phpize' in the top level source directory of the module
Eu já estou dentro de '/ usr / bin /' . Nesse cenário, como executar o phpize?