Your question isn't a modperl question.  Please keep that in mind when
posting to this list.  Maybe you're trying to use Perl::Magick as part
of a project that uses modperl, but that doesn't make this a modperl
issue.

> 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?
[deletia]
> 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

Immediately above is the problem.  The file "magick/api.h" isn't installed.
You may have Imagemagick installed, but you don't have the development
files associated with it installed.

Most package-based Linux distributions, like RedHat (or RedHat/RPM based
systems) or Debian (or Debian/DEB based systems) "split up" a whole package
into parts.  You probably don't have the "FOO-dev" or "libFOO" package
that goes along with FOO.

I use Debian... here's what I have that pertains to your query re:
ImageMagick...

rdice@tanru:~$ export COLUMNS=120 && dpkg --list | grep -i image
ii  imagemagick              5.4.2.3-1                Image manipulation programs.
ii  libmagick++5             5.4.2.3-1                The object-oriented C++ API to 
the ImageMagick library
ii  libmagick++5-dev         5.4.2.3-1                The object-oriented C++ API to 
the ImageMagick library.--develop
ii  libmagick5               5.4.2.3-1                Image manipulation library (free 
version).

(The above list edited to remove matches that don't have anything to do with
ImageMagick.)

Maybe you use a RPM-based system... check out http://rpmfind.net/ in order
to track down which package contains the file you need.

Cheers,
Richard
-- 
----------------------------------------------------------------------------
  Richard Dice * Personal 416 841 7365 * Fax 416 841 7364
  ShadNet Creator * http://shadnet.shad.ca/ * [EMAIL PROTECTED]
  Occasional Writer, HotWired * http://www.hotwired.com/webmonkey/
      "squeeze the world 'til it's small enough to join us heel to toe"
          - jesus jones

Reply via email to