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.
warning: php-pecl-imagick-2.3.0-2.fc12.remi.i586.rpm: Header V3 DSA signature: NOKEY, key ID 00f97f56
error: Failed dependencies:
/usr/bin/pecl is needed by php-pecl-imagick-2.3.0-2.fc12.remi.i586
libMagickCore.so.2 is needed by php-pecl-imagick-2.3.0-2.fc12.remi.i586
libMagickWand.so.2 is needed by php-pecl-imagick-2.3.0-2.fc12.remi.i586
php(api) = 20090626 is needed by php-pecl-imagick-2.3.0-2.fc12.remi.i586
php(zend-abi) = 20090626 is needed by php-pecl-imagick-2.3.0-2.fc12.remi.i586
rpmlib(FileDigests) <= 4.6.0-1 is needed by php-pecl-imagick-2.3.0-2.fc12.remi.i586
rpmlib(PayloadIsXz) <= 5.2-1 is needed by php-pecl-imagick-2.3.0-2.fc12.remi.i586
I know that means I have to install libMagickCore.so.2 & libMagickWand.so.2 and I tried installing the package for them and I get this:
warning: php-pecl-imagick-2.3.0-2.fc12.remi.i586.rpm: Header V3 DSA signature: NOKEY, key ID 00f97f56
error: Failed dependencies:
/usr/bin/pecl is needed by php-pecl-imagick-2.3.0-2.fc12.remi.i586
libMagickCore.so.2 is needed by php-pecl-imagick-2.3.0-2.fc12.remi.i586
libMagickWand.so.2 is needed by php-pecl-imagick-2.3.0-2.fc12.remi.i586
php(api) = 20090626 is needed by php-pecl-imagick-2.3.0-2.fc12.remi.i586
php(zend-abi) = 20090626 is needed by php-pecl-imagick-2.3.0-2.fc12.remi.i586
rpmlib(FileDigests) <= 4.6.0-1 is needed by php-pecl-imagick-2.3.0-2.fc12.remi.i586
rpmlib(PayloadIsXz) <= 5.2-1 is needed by php-pecl-imagick-2.3.0-2.fc12.remi.i586
Is there a package I can install that has all of these packages or do I install them separately?
I am not an expert on this, but you probably need to install IM first and then Imagick, but there is a newer version of Imagick at http://pecl.php.net/package/imagick/3.1.0RC2. Perhaps the version you were trying to install was not compatible with the more current versions of Imagemagick
For others to help, it might be a good idea to identify the version of Imagemagick being used and your platform
That makes sense, I do already have ImageMagick installed. This is being done on a test server and I am trying to recreate a problem on my live server that is why I am installing an older version of ImageMagick. The other server is using ImageMagick 6.4.3.6-5.3 which is old. I am working on upgrading it but I want to do so on my test server first just incase I encounter any problems.
Sorry, I do not know. I don't use Imagick much and when I do, it was already installed. Perhaps there is more help on the Imagick forum at viewforum.php?f=18. However, I understand that Imagick is not supported very well nor maintained by the developer any longer, it would appear. You may be better off just using PHP exec() calls to IM command line commands