go ahead... be a heretic | |
PerlMonks |
32 bit modules on 64 bit machinesby dino (Sexton) |
on Oct 14, 2005 at 08:21 UTC ( [id://500163]=perlquestion: print w/replies, xml ) | Need Help?? |
dino has asked for the wisdom of the Perl Monks concerning the following question:
Is there a way to build a perl module that links to 32 bit libraries on a 64 bit machine using a 64 bit built perl?
Example: 1) x86_64 rhel 4 machine (default perl rpms installed) 2) 32 bin Sybase (32 bit libaries) (64 bit Sybase on this platform not yet avail). 3) sybperl module when built tries to link to 32 bit Sybase libraries and fails. I could build a different perl but that increases maintenance.
Back to
Seekers of Perl Wisdom
|
|