It appears the symbol Perl_Istack_sp_ptr is only available in Perl 5.10.0 (in 5.8.8, the respective macro is defined as *Perl_Tstack_sp_ptr(aTHX)). In other words, my educated guess would be that, somehow, some part of your proprietary ICS lib or Perl module had been linked against libperl 5.10.0 ...

It's not yet time to give up, however! :)

You could install the perl-5.10.0 packages from SuSE 11.0 (I verified the package is compatible with the library versions (libc, etc.) that come with older SuSE releases (going back to 10.1), so this should - in theory - work).  You can get the RPMs from here:

perl-base-5.10.0-37.4.i586.rpm
perl-5.10.0-37.4.i586.rpm

(the slightly older, original 11.0 packages can be found here, for example)

You'd need to install the entire contents in this particular case. Most of the stuff will install under

/usr/lib/perl5/5.10.0/i586-linux-thread-multi /usr/lib/perl5/5.10.0 /usr/lib/perl5/vendor_perl/5.10.0/i586-linux-thread-multi /usr/lib/perl5/vendor_perl/5.10.0

so if you rename the remaining files in /usr/bin and /share, the package should peacefully coexist with your existing 5.8.8 perls.

There's a little gotcha, though. SuSE has changed the internal compression format of their RPMs starting with 11.0, so you won't be able to install/unpack the packages using the old RPM tools from 10.3 — i.e. neither rpm nor rpm2cpio will work.  In other words, you'd first need to get the new RPM tools that come with 11.0  (luckily, it seems they were foresighted enough to use the old compression format for this very RPM package itself...).

Alternatively, you could consider upgrading to SuSE 11.0 (or maybe 11.1 (currently beta)).

Or, as a last resort, I could provide a re-packaged tarball (feel free to /msg me privately if all else fails).   Good luck!


In reply to Re^3: 32bit lib on 64bit system by almut
in thread 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.