"I apologize for not following netiquette"

And still you ignore the post formatting advie which is clearly shown each time you do so.

" I am a systems admin tasked to do this. anyway, scrolling upwards in my putty session, I see this message:"

Consider employing one of the many techniques for storing what's happening. This is fairly basic sysadmin behaviour.

perl Makefile.PL MP_APXS=/apps/apache/prefork/bin/apxs

Unless you've done something you're not telling us, this will call your system perl, not the perl you just built into /usr/perl5/5.18.0. If this is not the case you're wasting our time and yours by not providing sufficient detail help resolve your issue.

"they recommend using the same compiler."

True, you should use the same compiler for both.

"I do not need the -m64 flag, it is for gcc, I am, as mentioned before using Sun's solarisstudio compiler"

You mentioned you had tried and failed with both gcc and sun compilers. I linked to documentation which still may be pertinent as it covers Sun studio on UltraSparc. Since you don't tell us which architecture you're on we can only point out potential issues.


In reply to Re^3: Error building mod perl on 64 bit perl solaris 10 by marto
in thread Error building mod perl on 64 bit perl solaris 10 by kartikvash_perl

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.