Windows 7 static installation failure

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
snibgo
Posts: 12159
Joined: 2010-01-23T23:01:33-07:00
Authentication code: 1151
Location: England, UK

Windows 7 static installation failure

Post by snibgo »

From the download page, I downloaded "ImageMagick-6.8.6-0-Q16-x64-static.exe" http://www.imagemagick.org/download/bin ... static.exe

Running "convert -version" or "identify -version" I get a message box:
The progran can't start because CORE_RL_magick_.dll is missing from your computer. Try reinstalling the program to fix this problem.
I observe that convert.exe etc is much smaller than my older usual installations (200 kbytes instead of 6000 kbytes). This small program size is consistent with "dll" versions of IM, but the installation doesn't (and shouldn't) contain dlls. I suspect a bug in the build process.

My workaround: install ImageMagick-6.8.6-0-Q16-x64-dll.exe instead. This works.
snibgo's IM pages: im.snibgo.com
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: Windows 7 static installation failure

Post by magick »

Fixed. Thanks.
snibgo
Posts: 12159
Joined: 2010-01-23T23:01:33-07:00
Authentication code: 1151
Location: England, UK

Re: Windows 7 static installation failure

Post by snibgo »

Fix confirmed. Thanks.
snibgo's IM pages: im.snibgo.com
dtbaker61
Posts: 2
Joined: 2013-08-21T15:16:29-07:00
Authentication code: 6789

Re: Windows 7 static installation failure

Post by dtbaker61 »

this is the standalone .exe right? I am having trouble installing such that my local perl install in my dev/test enviroment on my win7 laptop can see it since I call magick thru various perl scripts on websites.... not sure why yet. any ideas? the convert-version run in a command window runs without complaint so it looks like ImageMagick is installed, but the perl: 'cpan Image::Magick' fails to complete the build process to install the module API.
Post Reply