We have a Perl module, ICS.pm, that uses functions from an included 32bit library, libics2.a, and we're trying to get this to run on 64bit SuSE 10.3 (Perl 5.8.8). The library is proprietary. We can't get source code for it. We can't get a 64bit build of it. readelf reports that it is indeed 32bit. So, "make test" fails with "skipping incompatible library".

We tried installing SuSE's perl-32bit package. It didn't help. That package is installed, but I have seen nothing. "whereis perl" finds only the 64bit version, perl -v reports that it is the 64bit version. There is no "i586" directory under /usr/lib/perl5/, just the x86_64 ones. Is there some "perl32" binary somewhere? Maybe uninstall 64bit perl to see it?

We tried building it on a 32bit system and copying it over. Haven't gotten that to work yet either. Any other ideas?


In reply to 32bit lib on 64bit system by bkchapin

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.