PerlMagic ppm install fails on Windows 2003 server and XP
Posted: 2008-02-03T10:49:20-07:00
With ActivePerl 5.10.0 and the ImageMagick Windows Binary Release
ImageMagick-6.3.8-3-Q8-windows-dll.exe,
perlmagick does not install.
from CMD window at IMageMagick-6.3.8-Q8/PerlMagick
I ran "ppm install Image-Magick.ppd" and got:
"ppm install failed: The PPD does not provide code to install for this platform"
I then ran "ppm config list" and see
arch = MSWin32-x86-multi-thread-5.10
When I edit the ImageMagick-6.3.8-Q8/PerlMagick/Image-Magick.ppd
line <ARCHITECTURE NAME="MSWin32-x86-multi-thread-5.1" />
to <ARCHITECTURE NAME="MSWin32-x86-multi-thread-5.10" />
then CMD "ppm install Image-Magick.ppd" works properly
ImageMagick-6.3.8-3-Q8-windows-dll.exe,
perlmagick does not install.
from CMD window at IMageMagick-6.3.8-Q8/PerlMagick
I ran "ppm install Image-Magick.ppd" and got:
"ppm install failed: The PPD does not provide code to install for this platform"
I then ran "ppm config list" and see
arch = MSWin32-x86-multi-thread-5.10
When I edit the ImageMagick-6.3.8-Q8/PerlMagick/Image-Magick.ppd
line <ARCHITECTURE NAME="MSWin32-x86-multi-thread-5.1" />
to <ARCHITECTURE NAME="MSWin32-x86-multi-thread-5.10" />
then CMD "ppm install Image-Magick.ppd" works properly