Image::Magic failes Magick.pm not founf!

Questions and postings pertaining to the development of ImageMagick, feature enhancements, and ImageMagick internals. ImageMagick source code and algorithms are discussed here. Usage questions which are too arcane for the normal user list should also be posted here.
Post Reply
GMI
Posts: 1
Joined: 2011-03-13T17:03:01-07:00
Authentication code: 8675308

Image::Magic failes Magick.pm not founf!

Post by GMI »

Not sure if this is the right board for our question, but any comment or help is appreciated.:
1- Issue:
We installed perl5.10.1 and ImageMagick 6.6.0 Q16 on windows XP, also used PPM to install Image-Magick
our test script runs fine.
2- we installed exactly the same on another XP server however PPM does not show Image-Magic (only Apache-ImageMagick and Image-Magick-Tthumbnail-fix (no-Image-Magick!!!) as one of the packages to be installed. our test fails with the message :
"Can't locate loadable object for module Image::Magick in @INC (@INC contains: C: /Perl/site/lib
C:/Perl/lib .) at tstim.pl line 1
Compilation failed in require at tstim.pl line 1.
BEGIN failed--compilation aborted at tstim.pl line 1."
3- we manually copied Magick.pm from the other server to perl/site/lib/image. and still we get the same error!
here is the list of file in site/lib/image:
C:\gar>dir \perl\site\lib\image
Volume in drive C is IBM_PRELOAD Volume Serial Number is 1C2A-83AF
Directory of C:\perl\site\lib\image
09/21/2009 10:46 AM 15,003 AutoLoader.pm
10/31/2008 07:13 AM 19,637 AutoSplit.pm
03/13/2011 11:53 AM 17,039 Copy of Imlib2.pm
03/13/2011 11:53 AM 17,039 Imlib2.pm
03/21/2011 11:23 AM 3,584 Magick.pm
03/13/2011 10:40 AM 4,807 Resize.pm
11/08/2009 10:44 PM 42,500 Size.pm
7 File(s) 119,609 bytes
2 Dir(s) 66,31Can't locate loadable object for module Image::Magick in @INC (@INC contains: C:
We are not sure if problem is with PPM or our IM installation (or both). Thanks for your comments.
Post Reply