Sorry... This has been an on-going problem for the past week. There are many threads below. I started a new one because I was getting confused. Very frustrated right now.

I fully second marto's post - I think we've all been in these frustrating situations where nothing seems to work and you spend some time banging your head against the wall :-) Taking a step back can be very helpful. I went through your posts so far and gather that you are on Windows 10, using Strawberry Perl, Apache, mod_perl, and Image::Magick. If you could take the time to gather the following information, it'd be helpful to us in helping you:

As for ImageMagick, although I haven't used it in a while, I remember that installing it from source on Windows was a gigantic pain, and so getting one of the precompiled versions was usually much better. The ImageMagick Windows installer actually includes PerlMagick for ActiveState, but I haven't yet tried that on Strawberry Perl. You definitely need to install ImageMagick first, and did you try syphilis's advice from here?

If you have trouble, remember the advice in How do I post a question effectively? and SSCCE: short, self-contained pieces of information are usually best. If you're trying things on the command line, copy & paste that into <code> tags. If you're trying things in a GUI, describe exactly what you're doing and what messages you're getting, and so on. Consider what you'd have to describe to someone else so that they can reproduce the problem on their end.


In reply to Re^3: Sorry.. Same problem but some progress! by haukex
in thread Sorry.. Same problem but some progress! by traincity

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.