I'm not quite ready to give up on this yet. Below is a screen grab of my attempt(s) to install Perl::Magick. As I have said previously, I am a complete Linux newbie - so what's happening here is lost on me (as yet).
Image::Magick is installed. What am I doing wrong? Thanks in advance. [root@Beverley-II PerlMagick]# perl Makefile.PL Checking if your kit is complete... Looks good Note (probably harmless): No library found for -ljasper Writing Makefile for Image::Magick [root@Beverley-II PerlMagick]# make test cp Magick.pm blib/lib/Image/Magick.pm AutoSplitting blib/lib/Image/Magick.pm (blib/lib/auto/Image/Magick) /usr/local/bin/perl -I/usr/local/lib/perl5/5.6.1/i686-linux -I/usr/local/lib/per l5/5.6.1 /usr/local/lib/perl5/5.6.1/ExtUtils/xsubpp -typemap /usr/local/lib/per l5/5.6.1/ExtUtils/typemap Magick.xs > Magick.xsc && mv Magick.xsc Magick.c cc -c -I../ -I.. -I/usr/include/freetype2 -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I /usr/local/include -I/usr/X11R6/include -I/usr/X11R6/include/X11 -fno-strict-ali asing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVE RSION=\"5.41\" -DXS_VERSION=\"5.41\" -fpic -I/usr/local/lib/perl5/5.6.1/i686-lin ux/CORE -DHAVE_CONFIG_H Magick.c Magick.xs:76:24: magick/api.h: No such file or directory make: *** [Magick.o] Error 1 [root@Beverley-II PerlMagick]# mak install bash: mak: command not found [root@Beverley-II PerlMagick]# make install cc -c -I../ -I.. -I/usr/include/freetype2 -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I /usr/local/include -I/usr/X11R6/include -I/usr/X11R6/include/X11 -fno-strict-ali asing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVE RSION=\"5.41\" -DXS_VERSION=\"5.41\" -fpic -I/usr/local/lib/perl5/5.6.1/i686-lin ux/CORE -DHAVE_CONFIG_H Magick.c Magick.xs:76:24: magick/api.h: No such file or directory make: *** [Magick.o] Error 1
