我正在运行Ubuntu 14.04.5 LTS
我运行以下命令
sudo apt-get update
sudo apt-get install imagemagick
sudo apt-get install php5-imagick
sudo apt-get update
编辑我的php.in /etc/php/5.6/apache2/php.ini 在文件末尾添加以下
extension=imagick.so
毕竟这个
sudo service apache2 restart
但我仍然得到错误,甚至在php -m中它没有显示Imagick。
使用
PHP 5.6.28-2+deb.sury.org~trusty+1 (cli)
答案 0 :(得分:2)
好的,终于有了解决方案..
sudo apt-get install php5.6-imagick
sudo service apache2 graceful