I have tried two versions of Perl 5.8 and a Perl 5.10 both from ActiveState. By default the Image::magick is not installed so I get the PPD file from http://www.bribes.org/perl/ppmdir.html and when I type
Code: Select all
ppm install http://www.bribes.org/perl/ppm/Image-Magick.ppd
Code: Select all
Can't load 'P:/Perl/site/lib/auto/Image/Magick/Magick.dll' for module Image::Magick: load_file:Recursion too deep; the stack overflowed at P:/Perl/lib/DynaLoader.pm line 229.
I have tried to download the source and compile it yet my VC complains endlessly about code problems and differing compile switches so I think I am using a different version.
Does anyone have an up to date step by step guide to installation or ideas about what to do specifically for this problem.
Thanks