繁体   English   中英

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

[英]I get this error after trying to install Imagemagick on XAMPP

尝试在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

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

尝试找到适合您的PHP版本的DLL,否则它将始终失败。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM