Are you perhaps trying to compile DBI with Sun's Forte C compiler? I can't be sure, because you didn't include the rest of your error messages. They would have been very helpful. However, since you are on Solaris, I suspect that there's a pretty good chance that your version of perl was not compiled with the same compiler that you are trying to build DBI with.

You need to build the DBI module with the same compiler that Perl was built with. Try running the command "perl -V" (capital V) for more information on the compiler that was used. There is alot about this on Google also.

Updated: Changed to indicate capital V for the perl -V command.


In reply to Re: CPAN install DBI-1.53 by MonkE
in thread CPAN install DBI-1.53 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.