[RESOLVED] MagickWand PHP error on use.

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
hjlane3

[RESOLVED] MagickWand PHP error on use.

Post 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!
Last edited by hjlane3 on 2009-10-22T10:55:25-07:00, edited 1 time in total.
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: MagickWand PHP error on use.

Post by magick »

What OS are you using? We tried MagickWand with ImageMagick 6.5.7-1 and it ran without complaint.
hjlane3

Re: MagickWand PHP error on use.

Post 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.
hjlane3

Re: MagickWand PHP error on use.

Post by hjlane3 »

This has been resolved. Apparently the modules for MagickWand and gmagick do not work together. Disabling one allows the other to work.
Post Reply