Install Imagick on CentOS, fedora or RHEL
If you are using XAMPP, Run
If you have installed httpd/mysqld on CentOS, fedora or RHEL, Run
If it installs successfully, add line
Restart apache.
Install Imagick on Ubuntu or Debian
If you are using XAMPP, Run
If you have installed apache2/mysql on Ubuntu or Debian, Run
If it installs successfully, add line
Restart apache.
If you are using XAMPP, Run
sudo /opt/lampp/bin/pecl install imagick
If you get any error related to /tmp/pear, it means development packages are not installed in your xampp. Download and install latest version of xampp. It comes with devel packages or find and install devel packages of your version of xampp.If you have installed httpd/mysqld on CentOS, fedora or RHEL, Run
sudo pecl install imagick
Click here and here to resolve error.If it installs successfully, add line
extension=imagick.so
in the file php.iniRestart apache.
Install Imagick on Ubuntu or Debian
If you are using XAMPP, Run
sudo /opt/lampp/bin/pecl install imagick
If
you get any error related to /tmp/pear, it means development packages
are not installed in your xampp. Download and install latest version of
xampp. It comes with devel packages or find and install devel packages
of your version of xampp.If you have installed apache2/mysql on Ubuntu or Debian, Run
sudo pecl install imagick
Click here and here to resolve error.If it installs successfully, add line
extension=imagick.so
in the file php.ini Restart apache.