"If you're compiling stuff, you're doin' it wrong..."

Holy moly! These guys have a strange kind of humor.

I installed GD on Linux several times some time ago.

The prerequisites are zlib, libjpeg, libpng, freetype2 and libgd, as i remember.

In many cases the debs or rpms provided by SuSE/Novell or Debian didn't work so I needed to compile the libs myself. This never worked without some less or more annoying complications.

OK, Debian comes (or came) with a GD package but with perlbrew this is a different thing.

On the Mac there is no such package management tool like apt or rpm.

I could install Homebrew but i really don't want do do this.

This continues ad nauseam.

For example someone jumped to the conclusion to pack libpng with xz.

The version of tar that comes with OS X doesn't unpack these files. So i need another version of tar (which i must compile) or another unpacker (which i must compile too or buy) - or perhaps i must rely on a "free" binary from some dubious source.

I skip the rest that goes or could go wrong.

In the worst case i end up with a box cluttered with not working stuff that i need to remove by hand.

So i'll continue with RTFM. Some of the links you provided i have already read, some not.

Thank you very much and best regards, Karl

Edit: Minor changes of wording.

P.S.: Or i try what BrowserUK suggested below. Please see ibidem about the background of my question.

«The Crux of the Biscuit is the Apostrophe»


In reply to Re^2: About GD Image Data Output Methods by karlgoethebier
in thread About GD Image Data Output Methods [SOLVED] by karlgoethebier

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.