Ich habe versucht, xdebug in meinem Ubuntu16.04 mit PHP7.0-fmp zu installieren.
In dem maßgeschneiderten Tool heißt es:
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.
In den FAQ wird nur auf php5-dev verwiesen, um phpize zu installieren.
Im Anschluss an diesen Beitrag stellte ich fest, dass php7.0-dev auch phpize installieren sollte.
Wenn ich versuche, apt-get install php7.0-dev auszuführen, erhalte ich die Meldung:
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
das heißt, dass alle php7.0-dev-pakete bereits installiert sind.
Aber wenn ich phpize laufen lasse, habe ich die folgende Meldung:
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
Ich bin bereits in '/ usr / bin /' . In diesem Szenario, wie man PHP laufen lässt?