How to install ImageMagick in windows

Discussion in 'PHP' started by vinodkalpaka, Jul 9, 2007.

  1. #1
    How can I install ImageMagick in windows? I have the dll php_imagick.dll in my WINNT/system32 folder and also in php extention folder. I have uncommented the line extension=php_imagick.dll in my php.ini. But when I try to restart my apache server it shows the errors "The dynamic library core_rl_magick_.dll could not be found in the specified path " and "Unable to load the dynamic library php_imagick.dll. The specify module could not be found."

    What is wrong with the steps? Please help me with the correct procedures.

    Thanking in advance.
     
    vinodkalpaka, Jul 9, 2007 IP
  2. ansi

    ansi Well-Known Member

    Messages:
    1,483
    Likes Received:
    65
    Best Answers:
    0
    Trophy Points:
    100
    #2
    in your php.ini where is the extension path set to? usually it's in your php installation folder /extensions. might want to try putting it in there. my extension folder for example is c:\www\php\extensions\
     
    ansi, Jul 10, 2007 IP
  3. vinodkalpaka

    vinodkalpaka Peon

    Messages:
    3
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    My extention folder is under C:\wamp\php\ext. The dll's are storing under this folder.
     
    vinodkalpaka, Jul 10, 2007 IP
  4. ansi

    ansi Well-Known Member

    Messages:
    1,483
    Likes Received:
    65
    Best Answers:
    0
    Trophy Points:
    100
    #4
    you said you put it in your system folder?
     
    ansi, Jul 10, 2007 IP
  5. vinodkalpaka

    vinodkalpaka Peon

    Messages:
    3
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    I have thses dlls on both folders. system32 and extention.
     
    vinodkalpaka, Jul 11, 2007 IP