Page 1 of 1

[RESOLVED] MagickWand PHP error on use.

Posted: 2009-10-21T06:33:16-07:00
by hjlane3
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!

Re: MagickWand PHP error on use.

Posted: 2009-10-21T07:24:18-07:00
by magick
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.

Posted: 2009-10-21T07:45:15-07:00
by hjlane3
# 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.

Re: MagickWand PHP error on use.

Posted: 2009-10-22T10:55:10-07:00
by hjlane3
This has been resolved. Apparently the modules for MagickWand and gmagick do not work together. Disabling one allows the other to work.