robinmdh has asked for the wisdom of the Perl Monks concerning the following question:

since the Image::Magic file is there i just don't know where else to look, the demo's don't work either. I tried reinstalling from source but that didn't help.
robin@Joshua /home/ftp/6/comics $ locate Magick.pm /usr/lib/perl5/Image/Magick.pm /usr/local/lib/perl/5.8.8/Image/Magick.pm robin@Joshua /home/ftp/6/comics $ ./resize2iliad.pl Can't locate Image/Magic.pm in @INC (@INC contains: /usr/lib/perl5/ /e +tc/perl /usr/local/lib/perl/5.8.8 /usr/local/share/perl/5.8.8 /usr/li +b/perl5 /usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8 /usr/l +ocal/lib/site_perl .) at ./resize2iliad.pl line 3. BEGIN failed--compilation aborted at ./resize2iliad.pl line 3.

Replies are listed 'Best First'.
Re: Image::Magic not found while installed
by Bloodnok (Vicar) on Dec 31, 2008 at 14:20 UTC
    You, seemingly, have a similar typing inabilty to myself - note the mis-spelling between: Image/Magick & Image/Magic i.e. a missing 'k' in the use/require.

    A user level that continues to overstate my experience :-))
Re: Image::Magic not found while installed
by zentara (Cardinal) on Dec 31, 2008 at 16:44 UTC