soon_j has asked for the wisdom of the Perl Monks concerning the following question:
I had a script that uses Image::ThousandWords module, which has Image::Thumbnail as its prerequisite. However, when I ran my script, I got this error:
My provider replied:Can't locate Image/Thumbnail.pm in @INC (@INC contains: /usr/lib/perl5 +/5.8.1/i686-linux /usr/lib/perl5/5.8.1 /usr/lib/perl5/site_perl/5.8.1 +/i686-linux /usr/lib/perl5/site_perl/5.8.1 /usr/lib/perl5/site_perl/5 +.6.1 /usr/lib/perl5/site_perl/5.6.0 /usr/lib/perl5/site_perl .) at /u +sr/lib/perl5/site_perl/5.8.1/Image/ThousandWords.pm line 77. BEGIN failed--compilation aborted at /usr/lib/perl5/site_perl/5.8.1/Im +age/ThousandWords.pm line 77. Compilation failed in require at temp3.cgi line 9. BEGIN failed--compilation aborted at temp3.cgi line 9.
It was installed at: CPAN.pm: Going to build /LG/LGODDARD/Image-Thumbnail-0.42.tar.gz
What could be the problem? What solution should I take?Looking for Image::Magick ... ok Checking if your kit is complete... Looks good Writing Makefile for Image::Thumbnail /usr/bin/make -- OK Running make install Writing /usr/lib/perl5/site_perl/5.8.1/i686-linux/auto/Image/Thumbnail +/.packlist Appending installation info to /usr/lib/perl5/5.8.1/i686-linux/perlloc +al.pod /usr/bin/make install UNINST=1 -- OK perlmod--Install done
Edit by tye, add CODE tags to wrap long tokens
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Problem with Image::Thumbnail and Image::ThousandWords
by saintmike (Vicar) on Mar 19, 2004 at 05:39 UTC | |
by soon_j (Scribe) on Mar 19, 2004 at 09:30 UTC | |
|
Re: Problem with Image::Thumbnail and Image::ThousandWords
by coec (Chaplain) on Mar 19, 2004 at 05:11 UTC |