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.
Installation & Configuration Guidance Needed (Linux/Ubuntu)
-
- Posts: 8
- Joined: 2017-01-11T14:43:03-07:00
- Authentication code: 1151
- 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)
Did you install Imagick? See http://pecl.php.net/package/imagick
-
- Posts: 8
- Joined: 2017-01-11T14:43:03-07:00
- Authentication code: 1151
Re: Installation & Configuration Guidance Needed (Linux/Ubuntu)
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.
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.