As the fileinfo is moved from PECL to PHP. What is the best way to install it through WHM or putty.?
I tried following command:
pecl install fileinfo <
Are you install php-devel? phpize execute need's php-devel package. if you are on centos run the following code
yum install php-devel