From the error message you provided here, you will need to run /usr/bin/phpize
command in the top level source directory of the module.
You will only need to install the php5-dev package if the previous step failed with the phpize: not found
error message (which is unlikely to happen, as you already have it installed)
manpreet Best Answer 2 years ago
I have tried to install php fileinfo extension in Ubuntu(15.10) and getting errors:
Error:
and then I tried this command:
Output:
How I can install php fileinfo extension?