The imagick tag has no wiki summary.
1
vote
2answers
143 views
Can't install Imagick for PHP on Debian from source, error says requires 6.2.4 when I have 6.7.7 installed
Pulling my hair out. PHP built from source, everything working. Now need to install imagick and can't get it installed.
I am running Debian on kernel 3.7.1 with PHP 5.3.20 (the last version my app ...
2
votes
2answers
161 views
Installing PHP Imagick with libmagickcore4
I have ImageMagick (version 6.6.9-7) on Ubuntu 12.04, which has libmagickcore4. When I tried to install PHP imagick, I received the following error:
The following packages have unmet dependencies:
...
2
votes
1answer
1k views
Installing php5-imagick in Ubuntu 12.04 w/ ondrej packages results in dependency error
I've been trying to setup an Ubuntu 12.04 VM that is running PHP 5.4 with the imagick module. All the results I find on google say to use the ondrej packages, which for the most part works perfectly. ...
2
votes
2answers
1k views
How to install latest version of imagick on centos 5.8 64bit using bash
How can I download and install latest version of imagick on centos 5.8 64bit using bash for php 5.4.
>yum info php
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* ...
0
votes
1answer
312 views
bad interpreter and phpize failed
Trying to install do the following on Centos 5:
[root@d ~]# pecl install imagick
I got the following output:
downloading imagick-3.0.1.tgz ...
Starting to download imagick-3.0.1.tgz (93,920 bytes)
...
2
votes
0answers
236 views
Installation of Image Magick on Wamp
I did the following yet the image Magick extension doesn't get loaded
I downloaded and installed the binary ImageMagick-6.7.5-3-Q16-windows-dll.exe at c:/imagemagick
added to the httpd.conf file
...
0
votes
1answer
802 views
Problem to install PHP Imagick in XAMPP on OSX Lion due conflict with default PHP installation
Configuration where this problem occurs:
OSX 10.7, XAMPP Mac OS X 1.7.3, Image Magic installed with homebrew, Apple Websharing turned OFF.
Problem description:
Can't install Imagick PHP extension for ...
0
votes
2answers
293 views
How can I install multiple versions of imagemagick and imagick for php
Is there a way where I can install two instances of ImageMagick with two instances of imagick for php? Our server has a really old version of imagemagick installed, in which, many websites rely upon ...
0
votes
1answer
97 views
hosting database on separate server
We have an enterprise web app to which our clients post/upload lots of documents [mainly images and pdf files] via web interface, iphone app etc etc. We are also using imagick to split pdf documents ...