ERROR: `phpize’ failed [solved] Posted on 17 January 201124 August 2022 By Shafiq Alibhai If you get the following error install the development files of PHP. running: phpize sh: phpize: not found ERROR: `phpize' failed On Ubuntu/Debian you could run the following line in the terminal : apt-get install php5-dev that’s it 🙂