So I need to get Imagick php extension for an old web system i’ve got to work on these days. This is made so easy on Ubuntu:
root@webdev:~# apt-get install php5-imagic
Then just restart the web server:
root@webdev:~# /etc/init.d/apache2 restart
And that’s all! One line in ubuntu and we have that extension working. Life’s good!
Well it’s not, because we decided that Centos will be a better choice for a server operating system. The reason for that is because it is the free version of Redhat and it’s supposed to be “enterprise class”, so as you know in the IT industry, business class products are supposed to be better.