As chargrill pointed out, there traditionally have been issues with anything compiled 'by hand' on Solaris boxes, since the Sun C Compilers and the gcc compiler suite tend to hiss and spit at each other.

You might see if the Sun Software site has a pkg-add already built for Xerces (pre-compiled by them under Solaris10, using the same Perl version and all the libraries that they included on the distribution CDs). I sometimes lucked out that way and they had just what I needed on the shelf. The folks who ran SunSoft were pretty good about building me a new package built within 48 hours of my asking for the things they didn't already stock. (Granted, this was Sun back in the late-nineties, but....)

I recall spending one entire summer installing and reinstalling Perl 5.6.1 and all of its friends and relations from scratch using the gcc compiler. After the third or fourth iteration of "Rats, here's another package with XS; well I do know how to recompile world ...", I finally decided that letting Sun do the hard-stuff was the better plan; after all, that's what we had a service/maintenance contract for.

I don't know how things will play now that Solaris is getting itself Open-Sourced, but I suspect that I'd be able to work around it by booting from the CDs to perform my initial 'make world' using the source from the CDs and the compiler that I down-loaded from the GNU repository.

Anyway, I'd check the Sun down-load sites to see if I can get a pre-built version of anything that requires compilation.

----
I Go Back to Sleep, Now.

OGB


In reply to Re: Xerces-p install issues on Perl 5.8.8 by Old_Gray_Bear
in thread Xerces-p install issues on Perl 5.8.8 by jbrose

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.