I want to easily create graphs in perl and output them as png's. I have Activeperl 5.6.1 and have used the PPM thing to get it. I did... ppm install gd it installed and i was feeling happy. (This was after hours of trying to find binaries). Then i ran a simple test (the one that comes in the gd.pm file) and it spat out a bad png file. I changed it to jpeg format, and it opened, but was really warped. I then changed it to 250*250 pixels and it wouldnt load properly. The version PPM downloads is 1.27 or something, that's realyl low. And it uses GD.DLL. But in ever binary distribution i have found except for zlib it had .lib and .dll.a files, no dll's!!, i need to be able to make a gd.dll with the current version of GD!. I have msvc6 which i am assuming i would use to make the dll!. HELP! please, email me at spy_oid@hotmail.com if you know anything about getting GD to work with ActivePerl 5.6.1 because the PPM version didn't work! I am sorry if this is the wrong place to ask this. Please tell me where to go if it is.

In reply to Problems installing GD with ActivePerl by Anonymous Monk

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.