6.6.3.2-4-Q16-windows-x64-dll now install2 a working ImageMagick
I also have a 64bit perl version which also works nicely. it's the latest (I think) - version 5.12.1 as you can see from the output of
This is perl 5, version 12, subversion 1 (v5.12.1) built for MSWin32-x64-multi-thread
(with 3 registered patches, see perl -V for more detail)
Copyright 1987-2010, Larry Wall
Binary build 1201 [292674] provided by ActiveState
http://www.ActiveState.com
Built May 14 2010 00:22:26
What I really want is to use perlmagick, but even though this seems to be included it's not installing properly, no files are moved to site/... and I have no error messages to point me in the right direction
the relevant library isn't in @INC
I copied the files to what i think is the right place and added the following
Code: Select all
use lib 'C:/Perl64/site/auto/Image/Magick';
This then fails with
Can't load 'C:/Perl64/site/auto/Image/Magick/Magick.dll' for module Image::Magick:
load_file:%1 is not a valid Win32 application at C:/Perl64/lib/DynaLoader.pm line 201.
I really don't know what's going on, but I need some guidance if i am to make any progress.
Thanks [hopefully]