Modern Ruby RPMS for Old Distros?

Does anyone know of a site that has rpms of a reasonable (at least
1.8) ruby for a variety of older linux distros?

I was getting ready to test some scripts on my servers, and have been
having problems getting modern enough ruby binaries for older installs
like Red Hat Enterprise 2.1 AS.

Given the nature of these servers it’s not reasonable to upgrade them
to a more modern OS, and these servers do not have the development
packages on them (I found that out after attempting to build ruby on
one such server where I could spare the cycles).

Failing finding modern ruby rpms for older distributions, can a truly
static build of ruby work? Adding --disable-shared --enable-static to
./configure doesn’t seem to work (and yes, that’s on a modern box :).

Thanks all.
–Kyle

quoth the Kyle S.:

Does anyone know of a site that has rpms of a reasonable (at least
1.8) ruby for a variety of older linux distros?

Anything you can use here?:

http://rpmfind.net/linux/rpm2html/search.php?query=ruby&submit=Search+

-d

Not really :slight_smile: I found that before.
A source rpm for ruby 1.6.4 won’t quite cut it as far as I know :wink:
–Kyle

Quoth Kyle S.:

one such server where I could spare the cycles).

Failing finding modern ruby rpms for older distributions, can a truly
static build of ruby work? Adding --disable-shared --enable-static to
./configure doesn’t seem to work (and yes, that’s on a modern box :).

Thanks all.
–Kyle

Maybe you can install the old OS on a new (or just unused) machine,
install
the development libraries, and build a (S)RPM that could be used by the
server?

Regards,

Quoth Kyle S.:

On Dec 13, 2007 2:08 PM, Konrad M. [email protected] wrote:

Maybe you can install the old OS on a new (or just unused) machine,
install

–Kyle

For lack of anything else. Sorry I can’t think of anything else.

Regards,

On Dec 13, 2007 2:08 PM, Konrad M. [email protected] wrote:

Maybe you can install the old OS on a new (or just unused) machine, install
the development libraries, and build a (S)RPM that could be used by the
server?

Regards,

Konrad M. [email protected] http://konrad.sobertillnoon.com/

I’ve been thinking of that, but that’ll mean doing that for three
different (old) versions of redhat.
Not exactly a fun time, though doable.

–Kyle