Page 1 of 1

Installation & Configuration Guidance Needed (Linux/Ubuntu)

Posted: 2017-01-12T11:23:49-07:00
by darkwingduke
I'm brand new to ImageMagcik and MagickWand and I'm having some trouble setting everything up.

Here is a list of specs to show you what I'm dealing with:
Ubuntu 14.04
PHP 5.6.18
ImageMagick 6.7.7
MagickWand 6.7.7

My command line is saying both ImageMagick and MagickWand are installed, and I added "extension=imagick" and "extension=magickwand.so" to my configuration file (php.ini). However, when I create a new php file and use phpinfo(), neither ImageMagick nor MagickWand is anywhere to be found.

If anybody has any advice on this matter, I would greatly appreciate it.

Thanks.

Re: Installation & Configuration Guidance Needed (Linux/Ubuntu)

Posted: 2017-02-22T12:29:57-07:00
by fmw42
Did you install Imagick? See http://pecl.php.net/package/imagick

Re: Installation & Configuration Guidance Needed (Linux/Ubuntu)

Posted: 2017-02-22T12:49:12-07:00
by darkwingduke
Thanks for the reply, fmw42.

Yes, I did.

Since the initial post, I decided to get rid of MagickWand and focus on Imagick. That made the difference. After a little fiddling, I was up and running.

Thanks again for responding.