ImageMagick-6.6.4-2-Q16-windows-dll.exe is missing Perl dll

Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
Post Reply
mnz2000
Posts: 5
Joined: 2010-09-16T14:17:31-07:00
Authentication code: 8675308

ImageMagick-6.6.4-2-Q16-windows-dll.exe is missing Perl dll

Post by mnz2000 »

Hi,

I just installed the 32-bit ImageMagick-6.6.4-2-Q16-windows-dll.exe on my 64-bit Windows 7 computer. I then opened C:\Program Files (x86)\ImageMagick-6.6.4-Q16\PerlMagick\x86\Image-Magick.tar.gz, and its blib\arch\auto\Image\Magick\ folder contained the following files:

.exists
Magick.bs
Magick.exp
Magick.lib
Magick.pdb

Note that there is no Magick.dll! Obviously, the Perl Image::Magic won't load.
mnz2000
Posts: 5
Joined: 2010-09-16T14:17:31-07:00
Authentication code: 8675308

Re: ImageMagick-6.6.4-2-Q16-windows-dll.exe is missing Perl

Post by mnz2000 »

Also, the Image-Magick.ppd file has the following line:

Code: Select all

        <ARCHITECTURE NAME="MSWin32-x64-multi-thread-5.12" />
I believe this should be:

Code: Select all

        <ARCHITECTURE NAME="MSWin32-x86-multi-thread-5.12" />
Post Reply