Joe,

The advice about sym links and binary incompatabilities are all good, and I agree with what the other respondents have said. But in the end, my best suggestion to you is to upgrade from 10.2 to 10.3.

I have been running OS X since 10.0 (and I used to mess around with some older pre-release developer builds and even some Rhapsody stuff). And while 10.3 has its share of bumps and uglies, it is totally worth the upgrade. It updates alot of the underlying Unix tools in particular the installations of Perl, Python and Ruby. Perl is upgraded to 5.8.0 (not quite 5.8.2 but its ALOT better than 5.6.0).

If you either dont want to upgrade to 10.3 or still feel after upgrading you want 5.8.2, you can take a look at these instructions from Apple's developer site, they might provide some insight.

http://developer.apple.com/internet/macosx/perl.html

They are instructions for upgrading from 5.6.0 to 5.8.0, but i imagine (although i dont know since i havent done it myself) that they are still relevant.

Another point to keep in mind is that there is apparently a problem with the threaded version of Perl 5.8 and the latest DBI version on OS X. I am not sure if this has been resolved (I dont use threads).

-stvn

In reply to Re: Changing path values during Configure causes make problems during 5.8.2 install. by stvn
in thread Changing path values during Configure causes make problems during 5.8.2 install. by jryan

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.