Imagick在PHP安装上出现问题 ,求助!
我想在PHP语言里用Imagick的功能,按照官网的安装步骤安完了,在重起Apache的时候出现问题:die Anwendung konnte nicht gestartet werden, weil CORE_RL_wand_.dll nicht gefunden wurde. Neuinsrallation der Anwendung könnte das Problem beheben.
重起没用,重装也没用。而且在ImageMagick-6.6.1-Q16文件夹下存在文件CORE_RL_wand_.dll。请高人指点! 问题我解决了。
这是官网的安装过程
1.) download and install ImageMagick-6.5.8-7 Q16-windows-dll.exe
2.) download php_imagick_dyn-Q16.dll
copy dll to /extension dir and rename it to php_imagick.dll
3.) You have to edit your php.ini file and add new extension
"extension=php_imagick.dll"
4.) Save ini file and restart apache server.
(If necessary, restart your windows)
5.) phpinfo() should show imagick enabled.
我的问题出现在 第二步
实际上应该下载 php_imagick_st-Q16.dll 然后改名为 php_imagick.dll
原因是
..._dyn.dll 需要你的点上安装imagemagck
..._st.dll 已经把 imagemagick 编译进去,推荐使用 ..._st.dll
页:
[1]