I'd suggest that the problem is that you aren't finding the required shared library except for:

**Symbol 'main' is not defined.

But then, I suppose even 'main' could be placed into the shared library.

It looks like "nonstop" is an HP OS and my experience with HP was that they had rather non-standard support for shared libraries and that getting it to actually work could be quite difficult. I remember being inordinately proud at finally getting Perl to successfully build using shared libraries (and even supporting dynaloader) on HP/UX a decade or so ago.

So you might try starting over and telling Configure that you want to build a statically-linked perl this time.

If this were my problem, I would likely tell 'make' to report all of the commands that it ran so I could get the exact and complete 'ld' command line that is leading to these errors. Then I could consult my local "man ld" and maybe use 'nm' and look for the file(s) that contain the missing symbols and look at the generated Makefile and try to determine why the 'ld' command was not being fed those files.

All that might at least give you more details to post or to provide to the p5p e-mail list to better prompt a useful response.

- tye        


In reply to Re: perl-5.18.0 install problem - Part 2 (ldd) by tye
in thread perl-5.18.0 install problem - Part 2 by laszlot

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.