bkchapin has asked for the wisdom of the Perl Monks concerning the following question:
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?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: 32bit lib on 64bit system
by almut (Canon) on Nov 25, 2008 at 09:09 UTC | |
|
Re: 32bit lib on 64bit system
by Anonymous Monk on Nov 25, 2008 at 08:16 UTC | |
|
Re: 32bit lib on 64bit system
by almut (Canon) on Nov 25, 2008 at 20:18 UTC | |
by bkchapin (Acolyte) on Nov 26, 2008 at 05:27 UTC | |
by bkchapin (Acolyte) on Dec 02, 2008 at 06:04 UTC | |
by almut (Canon) on Dec 02, 2008 at 18:02 UTC | |
|
Re: 32bit lib on 64bit system
by zwon (Abbot) on Nov 25, 2008 at 13:41 UTC | |
by bkchapin (Acolyte) on Nov 25, 2008 at 15:45 UTC | |
by zwon (Abbot) on Nov 25, 2008 at 16:50 UTC | |
by almut (Canon) on Nov 25, 2008 at 20:21 UTC |