Search found 2 matches

by xampp
2013-03-07T09:44:03-07:00
Forum: Bugs
Topic: Installation of MagickWand for PHP error
Replies: 1
Views: 4154

Re: Installation of MagickWand for PHP error

SOLVED
Download ImageMagick-6.8.3-7.zip
wget http://mirror.checkdomain.de/imagemagick/ImageMagick-6.8.3-7.zip

Unzip the zip file
unzip ImageMagick-6.8.3-7.zip
cd ImageMagick-6.8.3-7 /
Run. / Configure
run make

Download MagickWandForPHP-1.0.9,
Unzip the file and we run phpize (apt-get install ...
by xampp
2013-03-06T22:48:20-07:00
Forum: Bugs
Topic: Installation of MagickWand for PHP error
Replies: 1
Views: 4154

Installation of MagickWand for PHP error

Hello, I have a Debian server and need to install MagickWand Extension for PHP.
I downloaded MagickWandForPHP-1.0.8 and followed the instructions in the INSTALL file.
Wand-config If I run the result is: 6.8.3 Q16

phpize is successful
./ configure runs successfully without errors
When I run make ...