[RESOLVED] MagickWand PHP error on use.
Posted: 2009-10-21T06:33:16-07:00
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!
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!