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.
Asked
Active
Viewed 186 times
0

Upwader
- 11
- 3
-
1php-devel (or php-dev) isn't unstable version of PHP, it's an package that contains necessary headers and files (like mentioned phpize) for development and compiling of PHP extensions/modules. – Hendrik Feb 04 '22 at 07:48
-
Alright, Thanks hendrik!!!! :) – Upwader Feb 04 '22 at 13:08
-
Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer. – Community Feb 14 '22 at 12:13