Hello,
I'm attempting to get MagickWand working properly on a server, but I am having some difficulties. I have ImageMagick 6.5.7 built and installed, as well the MagickWand PHP module, version 1.0.8. It builds without issue, however upon use it fails. For example, calling phpinfo() or 'php -i' results in the following once it displays MagickWand information:
magickwand
MagickWand Backend Library => ImageMagick
MagickWand Extension Version => 1.0.8
ImageMagick support => enabled
ImageMagick version => ImageMagick 6.5.7-0 2009-10-21 Q16 OpenMP http://www.imagemagick.org
ImageMagick QuantumRange (MaxRGB) => 65535
php: magick/semaphore.c:401: RelinquishSemaphoreInfo: Assertion `semaphore_info->signature == 0xabacadabUL' failed.
Aborted
Any help would be appreciated. Thanks!
[RESOLVED] MagickWand PHP error on use.
[RESOLVED] MagickWand PHP error on use.
Last edited by hjlane3 on 2009-10-22T10:55:25-07:00, edited 1 time in total.
Re: MagickWand PHP error on use.
What OS are you using? We tried MagickWand with ImageMagick 6.5.7-1 and it ran without complaint.
Re: MagickWand PHP error on use.
# cat /etc/redhat-release
CentOS release 5.3 (Final)
Also, the ImageMagick installation is actually 6.5.7-0, and I don't see a release for 6.5.7-1; dont' know if that makes a difference or not.
CentOS release 5.3 (Final)
Also, the ImageMagick installation is actually 6.5.7-0, and I don't see a release for 6.5.7-1; dont' know if that makes a difference or not.
Re: MagickWand PHP error on use.
This has been resolved. Apparently the modules for MagickWand and gmagick do not work together. Disabling one allows the other to work.