pc2 has asked for the wisdom of the Perl Monks concerning the following question:
salutations,
we downloaded and installed ImageMagick 6.3.5-10-Q16 for Windows at http://www.imagemagick.org/script/binary-releases.php#windows. in the installation, it gives the choice of installing the Perl module.we installed the Perl module and created a Perl file with the following line:
use Image::Magick;but it gave us the following error:
Can't load 'C:/Perl/site/lib/auto/Image/Magick/Magick.dll' for module Image::Magick: load_file:The specified procedure could not be found at C:/Perl/lib/DynaLoader.pm line 230. at - line 1
we use ActivePerl 5.8.8 in Windows, and Apache HTTP Server 2.2.4.any ideas?
thanks in advance.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Image::Magick module not working
by roboticus (Chancellor) on Sep 24, 2007 at 00:51 UTC | |
by pc2 (Beadle) on Sep 25, 2007 at 00:53 UTC | |
by roboticus (Chancellor) on Sep 25, 2007 at 00:59 UTC |