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도 phpld를 설치한다는 것을 알았습니다.
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 /'안에 있습니다. tis 시나리오에서 phpize를 실행하는 방법은 무엇입니까?