> Following the indications listed 
> here:http://weblog.rubyonrails.org/2010/2/5/rails-3-0-beta-release/
>
> in other words:
>  sudo gem install tzinfo buildermemcache-clientrack rack-test rack-
> mount erubis mail text-format thor bundler i18n
>  sudo gem install rails --pre
>
> The first line installed gems without complaint. When I tried the
> second (sudo gem install rails --pre), it complains:
>  ERROR:  Error installing rails:
>         activesupport requiresmemcache-client(~> 1.7.5, runtime)

Are you using jruby by chance?
Have a look at `gem env`
If it shows "RUBYGEMS VERSION: 1.3.3" and a gem path involving Jruby
you'll run into trouble.

I just dusted off my old ubuntu box and started installing rails 3 and
ran into this. If it is Jruby, clean up your paths to use MRI or maybe
setup RVM(Ruby Version Manager).

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to rubyonrails-t...@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to