This may be out of scope, but if anyone has the answer, please enlighten me.

I am in a bit of a conundrum. Most of my client machines I am developing for are 32 bit machines running RHEL3. For some other software I have to develop against, I had to install RHEL4 on my machine in 64 bit. This installed the 64 bit perl via the rpm and of course now numerous other packages installed are dependent on it.

I still need to do development and testing of perl apps for the 32 bit machines untill the roll forward to 64 bit a year or so from now. I tried installing the perl i386 rpm, and although that 'worked' (as in didn't fail), it didn't install the 32 bit perl binary (did create directories for the default perl packages, etc.). I know I can roll my own 32 bit perl package in /opt or something, but I'm leaning against that since the company generally wants everything installed by rpm that can be (who can blame them). The RHEL4 i386 perl package is not relocatable, so that didn't work either.

Any ideas?


In reply to 64/32 bit perl by former33t

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.