मैं अपने Ubuntu16.04 में PHP7.0-fmp के साथ 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 केवल php5-dev का संदर्भ देता है ताकि phpize को स्थापित किया जा सके।
फिर इस पोस्ट के बाद मैंने पाया कि php7.0-dev भी shuld स्थापित 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 चलाने के लिए?