[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Modern Ruby RPMS for Old Distros?

Kyle Schmitt

12/12/2007 2:40:00 PM

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

3 Answers

darren kirby

12/12/2007 4:12:00 PM

0

quoth the Kyle Schmitt:
> 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&subm......

-d
--
darren kirby :: Part of the problem since 1976 :: http://badco...
"...the number of UNIX installations has grown to 10, with more expected..."
- Dennis Ritchie and Ken Thompson, June 1972

Kyle Schmitt

12/12/2007 4:30:00 PM

0

Not really :) I found that before.
A source rpm for ruby 1.6.4 won't quite cut it as far as I know ;)
--Kyle

Kyle Schmitt

12/13/2007 8:48:00 PM

0

On Dec 13, 2007 2:08 PM, Konrad Meyer <konrad@tylerc.org> 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 Meyer <konrad@tylerc.org> http://konrad.sobertil...

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