Hi, I'm fairly new to rails development and am using Ubuntu 9.04 as my distribution. I'm trying to get the 'authlogic_example' sample app working, however I run into this problem when I try to install the gems neccessary.
$ sudo rake gems:install (in /home/srdan/rails/authlogic_example) rake aborted! can't activate activesupport (>= 0, runtime), already activated activesupport-2.1.0 (See full trace by running task with --trace) The output of 'gem list' shows that I do in fact have activesupport installed, version 2.3.4 $ sudo gem list *** LOCAL GEMS *** actionmailer (2.3.4) actionpack (2.3.4) activerecord (2.3.4) activeresource (2.3.4) activesupport (2.3.4) authlogic (2.1.3) mysql (2.8.1) nifty-generators (0.3.0) rack (1.0.1) rails (2.3.4) rake (0.8.7) rubygems-update (1.3.5) sqlite3-ruby (1.2.5) What exactly is causing the problem here? Is it that authlogic requires an older version of activesupport or is it something else? Should I uninstall the newer version of activesupport and replace it with the older version? If so, how would I do that? Thank you -- Srđan Đukić -- 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 [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

