I have been unsuccessfully trying to install PerlMagick on a Windows XP machine. From previous postings it sounds as if I need to run particular versions of Perl and PerlMagick. I am hoping that someone knows how to get the current versions of Perl and PerlMagick to work together.
I receive this error:
Can't load 'c:/Perl/site/lib/auto/Image/Magick/Magick.dll' for module
+Image::Magick: load_file:The specified module could not be f
ound at c:/Perl/lib/DynaLoader.pm line 230.
When running this script:
use strict;
use lib ( "C:/Program Files/ImageMagick-6.2.2-Q16" );
use Image::Magick;
my($image, $x);
$image = Image::Magick->new;
$x = $image->Read('girl.png', 'logo.png', 'rose.png');
warn "$x" if "$x";
exit;
The file 'c:/Perl/site/lib/auto/Image/Magick/Magick.dll' does exist.
I am using this version of Perl:
This is perl, v5.8.6 built for MSWin32-x86-multi-thread
(with 3 registered patches, see perl -V for more detail)
Copyright 1987-2004, Larry Wall
Binary build 811 provided by ActiveState Corp. http://www.ActiveState.
+com
ActiveState is a division of Sophos.
Built Dec 13 2004 09:52:01
I installed PerlMagick from this version of the Image Magick installer:
ImageMagick-6.2.2-0-Q16-windows-dll.exe
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.