Imagick on Windows 8 xampp

拟墨画扇 提交于 2019-12-22 10:51:15

问题


I want to install imagick on windows 8 64bit, xampp. I have tried all methods in internet how to solve this problem, but none helped me ( have tried more than 10 methods ).

In all results i get error while launching apache.

  • Apache 2.2.21
  • PHP 5.3.8
  • Windows 8 64

Latest method i have tried: http://w3facility.info/question/how-to-install-imagemagick-for-php5-35-4-on-windows-8-x64/

In case i change to extension=php_imagick_nts.dll error looks like:

The program can't start because php5.dll is missing...

In case i change to

The program can't start because CORE_RL_wand_.dll is missing...

Method's suggestion to copy dll's to windows/system32, didn't helped me.

To help you and me, questions you might ask:

  1. Have you restarted xampp? Yes
  2. Have you restarted windows? Yes
  3. Have you added path? Yes
  4. Does CMD command convert gives proper answer? Yes
  5. What path you installed Imagick? C:\imagemagick

Errors: After install ImageMagick-6.8.9-8-Q16-x64-dll.exe

php_imagick_ts.dll' - %1 is not va valid Wind32 application.


回答1:


I have solved the problem only by installing latest xampp version (XAMPP Version 1.8.3) and continued the method: Running ImageMagick on XAMPP 1.8.3 with Windows 7

Install details copied:

  • ImageMagick: ImageMagick-6.7.7-5-Q16-windows-dll (available here)
  • Imagick DLL: PHP 5.5.x version from http://www.peewit.fr/imagick/


来源:https://stackoverflow.com/questions/26360000/imagick-on-windows-8-xampp

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!