Installing PerlMagick on XP - recursion / stack overflow...
Posted: 2009-10-18T11:06:01-07:00
Hi there, can anyone help me to install perlmagick on windows ? I have used it in the past but I cant seem to reinstall it after an HDD failure / OS reinstall. BTW I am using WinXP x64 and I normally install IM static 8bpp.
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
it appears to install correctly. I am sure at this point it used to work flawlessly however when I run anything that has the module required in the code then I get this...
I see lots of advice about installing image magick in Windows. Its said that it gets installed as part of the standard IM installation and yet I never see this. It does not appear to be a standard module on CPAN.
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
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