CentOS 4.2 (ruby-gems-0.8.11) cd ~ mkdir ruby-db cd ruby-db $ rails th-db Rails requires Ruby version 1.8.2 (2004-12-25) or later. You're running 1.8.1 (2003-12-25); please upgrade to continue. ;-( Am I going to have to use Fedora on this server to use rails? Craig
wget ftp://ftp.ruby-lang.org/pub/ruby/ruby-1.8.4.tar.gz D~ On 1/18/06, Craig White <craigwhite at azapple.com> wrote:> > CentOS 4.2 (ruby-gems-0.8.11) > > cd ~ > > mkdir ruby-db > cd ruby-db > $ rails th-db > > Rails requires Ruby version 1.8.2 (2004-12-25) or later. > You're running 1.8.1 (2003-12-25); please upgrade to continue. > > ;-( > > Am I going to have to use Fedora on this server to use rails? > > Craig > > _______________________________________________ > CentOS mailing list > CentOS at centos.org > http://lists.centos.org/mailman/listinfo/centos >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20060118/f08865ef/attachment-0005.html>
> > Am I going to have to use Fedora on this server to use rails?Fedora on a server...heheheh the idea of that always makes me laugh There are updated ruby packages available in the dev.centos.org testing repository. There's even a repo file there for you to add to make things simple. Enjoy, and be sure to leave feedback about the ruby rpms at http://bugs.centos.org/view.php?id=1173 so we know if it works well enough to move to centos-plus.
Top posting is bad on mailing lists mkay? On 1/18/06, Dan Wright <dwright134 at gmail.com> wrote:> wget ftp://ftp.ruby-lang.org/pub/ruby/ruby-1.8.4.tar.gzBuilding source on an rpm based distribution is bad mmmm'kay It doesn't play nice with rpm/yum because there are no rpmdb entries for software installed from source. It makes updates tricky, and can have unexpected consequences depending on what is linked to first, path entries or overwritten files on update. It makes software audits more complicated in production environments. Etc,etc, etc. It's just not a nice thing to do to your server. </soapbox> -- Jim Perrin System Architect - UIT Ft Gordon & US Army Signal Center
Am Do, den 19.01.2006 schrieb Craig White um 1:54:> CentOS 4.2 (ruby-gems-0.8.11) > > cd ~ > > mkdir ruby-db > cd ruby-db > $ rails th-db > > Rails requires Ruby version 1.8.2 (2004-12-25) or later. > You're running 1.8.1 (2003-12-25); please upgrade to continue. > > ;-( > > Am I going to have to use Fedora on this server to use rails? > > Craighttp://dev.centos.org/centos/4.2/testing/i386/RPMS/ has it in a new version. dev.centos.org is usable a a yum repo. Alexander -- Alexander Dalloz | Enger, Germany | GPG http://pgp.mit.edu 0xB366A773 legal statement: http://www.uni-x.org/legal.html Fedora Core 2 GNU/Linux on Athlon with kernel 2.6.11-1.35_FC2smp Serendipity 03:17:08 up 45 days, 7:54, load average: 0.24, 0.21, 0.15 -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: Dies ist ein digital signierter Nachrichtenteil URL: <http://lists.centos.org/pipermail/centos/attachments/20060119/46aae7bc/attachment-0005.sig>
On Thu, 2006-01-19 at 03:17 +0100, Alexander Dalloz wrote:> Am Do, den 19.01.2006 schrieb Craig White um 1:54: > > > CentOS 4.2 (ruby-gems-0.8.11) > > > > cd ~ > > > > mkdir ruby-db > > cd ruby-db > > $ rails th-db > > > > Rails requires Ruby version 1.8.2 (2004-12-25) or later. > > You're running 1.8.1 (2003-12-25); please upgrade to continue. > > > > ;-( > > > > Am I going to have to use Fedora on this server to use rails? > > > > Craig > > http://dev.centos.org/centos/4.2/testing/i386/RPMS/ has it in a new > version. dev.centos.org is usable a a yum repo.---- thanks Alexander and Jim I knew I didn't find these things on centosplus but I didn't know about dev.centos.org I will definitely report back as I had mixed results today. On my own FC-4 desktop, I got ruby on rails working without a problem. After I realized that I wasn't going to get it working on the CentOS-4 server that I set up, I set it all up on the desktop (also FC-4) that I am using at the client location. For some reason, all I could get was blank html pages and 500 errors from webrick and I decided that it was time to punt, go home and let it ride until tomorrow. I will now focus on the CentOS-4 server which is where I wanted it to be anyway. Also...as long as I am doing so well on ruby (I saw updates for ruby/irb/rdoc/ruby-libs/ruby-devel/ (what the heck is ri ?) ... How did you guys (or did anyone?) get mod_fastcgi installed? Did you compile from source? Thanks Craig
On Wed, 18 Jan 2006, Craig White wrote:> Rails requires Ruby version 1.8.2 (2004-12-25) or later. > You're running 1.8.1 (2003-12-25); please upgrade to continue. > > ;-( > > Am I going to have to use Fedora on this server to use rails? > > CraigI ran into the same issue. I do Ruby on Rails with CentOS, but I install everything from source. I just find it to be easier, Rails being still a work in progress. Preston