Have you installed the 32-bit libraries? From the top of my head I can't tell what the respective package is called, but it shouldn't be too hard to find out — the package includes ld-linux.so, libc.so, and many of the other common libs in 32-bit versions. In general, it shouldn't be a problem to run 32-bit programs on a x86_64 system... (I'm doing it all the time)
Update: the respective package is "glibc-32bit"
(glibc-32bit-2.6.1-18.x86_64.rpm for SuSE-10.3).
It contains all the libraries needed by a SuSE-built 32-bit perl
binary, i.e.
/lib/ld-linux.so.2
/lib/libc.so.6
/lib/libcrypt.so.1
/lib/libdl.so.2
/lib/libm.so.6
/lib/libnsl.so.1
/lib/libpthread.so.0
/lib/libutil.so.1
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: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.