Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re^2: Error trying to install Image::Magick on Strawberry Perl

by denishowe (Acolyte)
on Jul 27, 2014 at 09:01 UTC ( [id://1095211]=note: print w/replies, xml ) Need Help??


in reply to Re: Error trying to install Image::Magick on Strawberry Perl
in thread Error trying to install Image::Magick on Strawberry Perl

Recent versions of Makefile.PL automatically locate the ImageMagick installation using IM's "identify" command. That will only work if IM is in your path (which is an installation option). Check like this:
C:\>path PATH=C:\Program Files\ImageMagick;C:\bin;...
You will also need to replace "-lMagickCore-6.Q16" with "-lMagickCore" in Makefile.PL and comment out the RadialBlur case in Magick.xs, as described in http://www.imagemagick.org/discourse-server/viewtopic.php?f=7&t=25746&p=113771#p113771.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1095211]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (9)
As of 2024-04-23 09:06 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found