Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
Software error: Can't locate Image/Magick.pm in @INC (@INC contains: /usr/ports/graphi +cs/ImageMagick/ /usr/local/lib/perl5/5.8.3/i386-freebsd /usr/local/li +b/perl5/5.8.3 /usr/local/lib/perl5/site_perl/5.8.3/i386-freebsd /usr/ +local/lib/perl5/site_perl/5.8.3 /usr/local/lib/perl5/site_perl .) at +test.pl line 9. BEGIN failed--compilation aborted at test.pl line 9.
#!/usr/bin/perl use CGI(-debug); use strict; use CGI::Carp qw(fatalsToBrowser); #Location where they told me that this module has been installed use lib "/usr/ports/graphics/ImageMagick/"; use Image::Magick; print "Content-type:text/html\n\n"; print "test";
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Perl ImageMagick
by gellyfish (Monsignor) on May 23, 2006 at 16:14 UTC | |
|
Re: Perl ImageMagick
by blazar (Canon) on May 23, 2006 at 16:20 UTC | |
by Anonymous Monk on May 23, 2006 at 17:05 UTC | |
|
Re: Perl ImageMagick
by leocharre (Priest) on May 23, 2006 at 17:19 UTC | |
by Anonymous Monk on May 23, 2006 at 17:30 UTC | |
by gloryhack (Deacon) on May 24, 2006 at 06:04 UTC |