Is it possible to install Phpize without php-devel?

250 Views Asked by At

I need phpize to install an extension on PECL, but inputting the command downloads the extension then tells me that "phpize failed".
After some googling, I noticed that you needed a version of PHP called "php-devel", I don't know if installing this will just replace my installation of php and start using an unstable development version, so i've been trying to install phpize without installing php-devel, but haven't found a way to do it.

0

There are 0 best solutions below