I am running the following command, to install pthreads on Linux
sudo pecl install -f pthreads
I am getting the following error,
running: phpize
Can't find PHP headers in /usr/include/php
The php-devel package is required for use of this command.
ERROR: `phpize' failed
How can I resolve this?