php - unable to load & use Imagick (DLL errors) (Windows 8) -
i have downloaded , installed imagick, added system path , tested installation.
also, i've downloaded php_imagick.dll , put in php/ext/ folder.
finally, added extension=php_imagick.dll in php.ini file.
(following this tutorial)
running php via localhost gives me following error (php not crash):
fatal error: class 'imagick' not found in c:\wamp\www\ ...
when inspecting dependencies of php_imagick.dll program called 'dependency walker', see this.
tried fix (without success) :
- using different versions of imagick installation
- using older php_imagick.dll versions
- multiple reboots of system
- relocating dependent dll's (this causes dependency 'cannot find' chain reaction)
so, think i'm supposed dependency location fix, haven't found 1 yet.
you looking this: http://valokuva.org/ there find steps on how install imagick on windows.
Comments
Post a Comment