configure: error: Please reinstall the libmagic distribution
configure: error: Please reinstall the libmagic distribution Solution You need this https://pecl.php.net/package/imagick yum-based distributions # yum install file # yum install file-devel Install from source $ wget https://pecl.php.net/get/imagick-3.4.4.tgz $ tar -xzvf imagick-3.4.4.tgz $ cd imagick-3.4.4/ $ phpize (or in...
Recent Comments