From: "John W. Long" Date: 2007-05-23T02:31:00+09:00 Subject: Re: Ruby installation (?) problem Johan R�nnblom wrote: > I'm trying to install the Radiant CMS system for Ruby. However, it seems > there is something not quite right with the Ruby installation. I'm > running Debian/sarge so I need some backports Ruby version, and possibly > there might be some glitches in the setup due to this. > > I'm running the following from the Radiant installation: > % rake production db:bootstrap > And get this error: > rake aborted! > undefined method `namespace' for main:Object > /var/lib/gems/1.8/gems/radiant-0.6.1/Rakefile:7 Rake 0.7 added the concept of namespaces, so you probably don't have the latest version of rake. $ rake --version I have 0.7.3 on my box and it runs fine. You might try upgrading if you have something less than 0.7. -- John Long http://wiseheartdesign.com http://radiantcms.org