This is funny (or not actually :( ) Now when I try to compile Socket I get the same error.

From what I've seen, it seems like typical solaris experience :(

It also seems like your admin should have caught/resolved this when installing perl

Trying search again: Socket.so fatal relocation error inet_atonRe: [perl #17535] inet_aton not found during test phase - nntp.perl.org

=item __inet_* errors If you receive unresolved symbol errors during Perl build and/or test referring to __inet_* symbols, check to see whether BIND 8.1 is installed. It installs a /usr/local/include/arpa/inet.h that refers t +o these symbols. Versions of BIND later than 8.1 do not install inet.h in that location and avoid the errors. You should probably update to +a newer version of BIND (and remove the files the old one left behind). If you can't, you can either link with the updated resolver library pr +ovided with BIND 8.1 or rename /usr/local/bin/arpa/inet.h during the Perl bui +ld and test process to avoid the problem.
So give that a try :D

Should I place it somewhere else? (In /usr/local/perl perhaps? )

No


In reply to Re^9: Can't build modules that load Socket.so by Anonymous Monk
in thread Can't build modules that load Socket.so by MikeMokkas

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.