PHP7.0-fmpを使用してUbuntu16.04にxdebugをインストールしようとしていました。
カスタマイズされたツールの内部には次のように書かれています。
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.
FAQでは、phpizeをインストールするためにphp5-devのみを参照しています。
次に、この投稿に従って、php7.0-devがphpizeをインストールすることもわかりました。
apt-get install php7.0-devを実行しようとすると、次のメッセージが表示されます。
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
これは、すべてのphp7.0-devパッケージが既にインストールされていることを示しています。
しかし、phpizeを実行すると、次のメッセージが表示されます。
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
私はすでに'/ usr / bin /'の中にいます。このシナリオでは、phpizeを実行する方法は?