Generally, you can't mix different binary formats in one program (i.e. executable + libs)

Yeah, that is what I was figuring.

A little more information. This is a PA-RISC 2.0 system, library from vendor is an interface library, precompiled, and we <paraphrase>should have a compatable version of PERL (sic) for, get the source from www.cpan.org</paraphrase> blah blah blah. Of course there are no instructions as to what flags it needs, the Makefile.PL is definitely not perlish (it is called only for the "make uninstall" and "make install" targets, rest of commands, all common make targets, are done with an install.sh script), etc. I cannot say that I have seen anyone who "speaks Perl" there.

Vendors library is SOM, and my perl is ELF, so I was guessing that I would need to recompile in 32-bit SOM mode. Oh well.

I have the SA searching out a 32-bit gcc, and will be re-running my system build script using that. I guess I wait for the next upgrade (12 months or so) to go to 64-bit. Maybe by then they will support Itanium.

Oh well, this is starting to turn into a rant / gripe, so I should probably just leave it at that. Thanks for your feedback.

--MidLifeXis


In reply to Re^2: Loading a 32-bit library via DynaLoader into 64-bit Perl 5.8.8 on HP-UX 11i by MidLifeXis
in thread Loading a 32-bit library via DynaLoader into 64-bit Perl 5.8.8 on HP-UX 11i by MidLifeXis

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.