Ok here is exactly what was run on the system. First downloaded the source for bot ImageMagick and then the PerlMagick pm source gunzip'd the files un tar'd them and them in the respective dir's ran the ./configure, make , tried make test , and then make install ( ImageMagick lib ) here is the error for ImageMagic when you attempt to run make test;
[root@steve ImageMagick-5.5.6] 33# make test make: Fatal error: Don't know how to make target `test'
Now for the pm I ran the following perl Makefile.PL, make, make test, make install. Now this time when I ran thetest if faild everything. This is what I get when I run the initial perl Makefile.PL:
perl Makefile.PL Checking if your kit is complete... Looks good Note (probably harmless): No library found for -llcms Note (probably harmless): No library found for -lfreetype Writing Makefile for Image::Magick
Any ideas of what the major issue might be???

In reply to Re: Re: Re: Image::Magick issues by sunadmn
in thread Image::Magick issues by sunadmn

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.