ฉันพยายามติดตั้ง xdebug ใน Ubuntu16.04 ด้วย PHP7.0-fmp
ภายในเครื่องมือที่ปรับแต่งแล้วจะบอกว่า:
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.
คำถามที่พบบ่อยทำให้การอ้างอิงถึง php5-dev เพื่อติดตั้ง phpize
จากนั้นติดตามโพสต์นี้ฉันพบว่า 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?