0

尝试在 XAMPP 上安装 imageMagick 后出现此错误

The procedure entry point php_checkuid_ex could not be located in the dynamic link library C:\xampp\php\ext\php_imagick.dll

可能出了什么问题?以下是我遵循的说明,我需要安装 image magick 然后 ghostscript 将 PDF 文件转换为图像..

Head over to http://image_magick.veidrodis.com/image_magick/binaries/ and grab 6.5.4.6-Q16 (excellent mirror, THANKS!)
Install on XAMPP machine to directory /XAMPP/ImageMagick/
Ensure you have add path selected during install, or manually add path)
Grab a matching DLL which you can find HERE (Linked to php_imagick.dll, TS on http://www.sk89q.com/2010/03/vc6-windows-binaries-for-imagick-2-3-0/)
Edit your PHP.INI, uncomment or add-> extension=php_imagick.dll (php.ini found in xampproot/php/
Stop apache, save work, restart machine
You should have no error upon boot, if version mismatch ensure you have not had a prior version of Imagick installed
4

1 回答 1

3

您的 DLL 似乎已经过时,您必须找到另一个更新的 DLL,例如这里http://www.peewit.fr/imagick/

尝试为您的 PHP 版本找到构建的 DLL,否则它总是会失败。

于 2013-08-23T04:44:29.400 回答