Well I tried to put the Socket6.pm in the same location as INET6.pm, which I added in a similar manner as Socket6.pm, and its having no problems being found. It's the call to Socket6.pm from INET6.pm that is generating the issue.

Tried your paths and it didn't work, but I don't have the auto directory and the SO file since this is a distro that gets moved around, its not a Perl install on the machine. I actually added this into my own ../Perl/Lib directory with the same package info as my own modules that are found without issue, and it generates the "can't load loadable object for module..." error.

Not even sure where I can go with this unless I try and install the module locally then move the files to my own distro and see if that works.


In reply to Re^2: can't locate object method bootstrap by gokuraku
in thread can't locate object method bootstrap by gokuraku

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.