in reply to Re: Image::Magick module not working
in thread Image::Magick module not working

salutations, we checked the c:\perl\site\lib\auto\Image\Magick folder, and there was the Magick.dll file it was asking for. we also checked the C:\Program Files\ImageMagick-6.3.5-Q16 and copied its DLL files to the c:\perl\site\lib\auto\Image\Magick folder (as it was suggested somewhere), but it still didn't work. any ideas? salutations.

Replies are listed 'Best First'.
Re^3: Image::Magick module not working
by roboticus (Chancellor) on Sep 25, 2007 at 00:59 UTC
    If the DLL is there, then from the error message I'd suspect a version error (the method it's trying to call may have been added/deleted in later version) or perhaps the file permissions.

    ...roboticus