Reputation: 3965
I want to install Php ImageMagick on my system. Working from two days but couldn't install it. I have the following configuration of my system :
PHP 5.5.12, Wamp 2.5, Win64 but Php uses Win32 extensions.
Here are the errors i am facing :
Here are the link i took help but didn't work for me.
https://github.com/WPN-XM/WPN-XM/issues/222
ImageMagick - "CORE_RL_magick_.dll not found" or how to install RMagick on windows with ruby 1.9.2
Please don't mark it duplicate, as i tried all the links but not working for me. Expert suggestions needed here. Thanks
Upvotes: 0
Views: 1058
Reputation: 11
Try to download the imagick library here: http://www.peewit.fr/imagick/
Choose thread-safety one that corresponds to your php version and replace your imagick dll with it.
Also, don't forget to install Imagick itself: Link
You need ImageMagick-*-Q16-x64-dll.exe installer file. This worked fine for me on Windows 7 with PHP 5.5, XAMPP.
Upvotes: 1