0

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 Feb 4, 2022 at 4:57
3
  • 1
    php-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. Commented Feb 4, 2022 at 7:48
  • Alright, Thanks hendrik!!!! :) Commented Feb 4, 2022 at 13:08
  • Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer. Commented Feb 14, 2022 at 12:13

0

Know someone who can answer? Share a link to this question via email, Twitter, or Facebook.

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.