php-ds / ext-ds

An extension providing efficient data structures for PHP 7
https://medium.com/p/9dda7af674cd
MIT License
2.11k stars 95 forks source link

Error #149

Closed HowToPeaZYT closed 4 years ago

HowToPeaZYT commented 4 years ago

sh: 1: phpize: not found ERROR: `phpize' failed

alejosv commented 4 years ago

You need have this package installed, to Ubuntu you can use: sudo apt install php7.x-dev Of course you need specifique your php version.

rtheunissen commented 4 years ago

^Yep, you need a development build of PHP to build.