Installation & Configuration Guidance Needed (Linux/Ubuntu)

MagickWand for PHP is an object-oriented PHP interface to ImageMagick. Use this forum to discuss, make suggestions about, or report bugs concerning MagickWand for PHP.
Post Reply
darkwingduke
Posts: 8
Joined: 2017-01-11T14:43:03-07:00
Authentication code: 1151

Installation & Configuration Guidance Needed (Linux/Ubuntu)

Post 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.
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

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

Post by fmw42 »

Did you install Imagick? See http://pecl.php.net/package/imagick
darkwingduke
Posts: 8
Joined: 2017-01-11T14:43:03-07:00
Authentication code: 1151

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

Post 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.
Post Reply